forked from hemalathaselvaraj/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
recap.json
314 lines (314 loc) · 11 KB
/
recap.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
{
"swagger": "2.0",
"info": {
"description": "APIs to interact with ReCAP middleware are RESTful and need an API_KEY for any call to be invoked. Further NCIP protocols are also supported.",
"version": "1.0.0",
"title": "ReCAP APIs",
"license": {
"name": "Apache 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
},
"host": "middleware.recap.com",
"basePath": "/rest",
"tags": [
{
"name": "shared-collection",
"description": "Everything about your shared collection in the middleware."
}
],
"schemes": [
"https"
],
"paths": {
"/sharedcollection/generateDump": {
"get": {
"tags": [
"shared-collection"
],
"summary": "This service generates either a full or incremental export of the shared collection information.",
"description": "Generate shared collection information and transmit to requesting institution's FTP location. This would typically be updates to shared collection information of partner sites that the requesting institution is interested in.",
"operationId": "generateDump",
"consumes": [
"application/json",
"application/xml"
],
"produces": [
"application/xml",
"application/json"
],
"parameters": [
{
"name": "insitutionIds",
"in": "query",
"description": "Ids of institutions whose shared collection updates are requested. Use PR for Princeton, CL for Columbia and NY for NYPL.",
"required": false,
"type": "array",
"items": {
"type": "string",
"enum": [
"CL",
"PR",
"NY"
],
"default": "PR"
},
"collectionFormat": "multi"
},
{
"name": "fetchType",
"in": "query",
"description": "Type of export - Full (use 0) or Incremental (use 1)",
"required": true,
"type": "integer"
}
],
"responses": {
"405": {
"description": "Invalid input"
}
},
"security": [
{
"api_key": []
}
]
}
},
"/sharedcollection/retrieve": {
"get": {
"tags": [
"shared-collection"
],
"summary": "Retrieves Bib/Holdings/Item information",
"description": "This service fetches results based on search parameters. You can specify the type of record types that needs to be included in the response. The response is a marcxml record with Bibliographic, Holdings and Item information.",
"operationId": "retrieve",
"consumes": [
"application/json",
"application/xml"
],
"produces": [
"application/xml",
"application/json"
],
"parameters": [
{
"name": "searchDocType",
"in": "query",
"description": "Document type for which search field values are provided for (Ex. Bibliographic, Holdings, Items)",
"required": true,
"type": "string"
},
{
"name": "fieldName",
"in": "query",
"description": "Search field",
"required": true,
"type": "string"
},
{
"name": "fieldValue",
"in": "query",
"description": "Search field value",
"required": true,
"type": "string"
},
{
"name": "responseDocTypes",
"in": "query",
"description": "Specify type of documents in the response. Use (0 for Bib only, 1 for Items and 2 for Bib/Holdings/Items).",
"required": false,
"type": "integer"
},
{
"name": "insitutionIds",
"in": "query",
"description": "Filter out results by ids. Use PR for Princeton, CL for Columbia and NY for NYPL.",
"required": true,
"type": "array",
"items": {
"type": "string",
"enum": [
"CL",
"PR",
"NY"
],
"default": "PR"
},
"collectionFormat": "multi"
}
],
"responses": {
"405": {
"description": "Invalid input"
}
},
"security": [
{
"api_key": []
}
]
}
},
"/sharedCollection/update": {
"post": {
"tags": [
"shared-collection"
],
"operationId": "update",
"summary": "Update shared collection",
"description": "The service allows updates to bibliographic, hodlings and item information in the middleware.",
"consumes": [
"application/xml",
"application/json"
],
"produces": [
"application/xml",
"application/json"
],
"parameters": [
{
"name": "content",
"in": "body",
"description": "Content to be updated.",
"required": true,
"schema": {
"$ref": "#/definitions/Content"
}
}
],
"responses": {
"405": {
"description": "Invalid input"
}
}
}
},
"/sharedCollection/accession": {
"post": {
"tags": [
"shared-collection"
],
"operationId": "accession",
"summary": "Add new item record to the middleware.",
"description": "This service can be invoked by the IMS (Inventory Management System) client in order to notify the middleware of newly added items.",
"consumes": [
"application/xml",
"application/json"
],
"produces": [
"application/xml",
"application/json"
],
"parameters": [
{
"name": "item",
"in": "body",
"description": "Item being accessioned.",
"required": true,
"schema": {
"$ref": "#/definitions/Accession"
}
}
],
"responses": {
"405": {
"description": "Invalid input"
}
}
}
},
"/sharedCollection/deaccession": {
"post": {
"tags": [
"shared-collection"
],
"operationId": "deaccession",
"summary": "Remove item record from the middleware.",
"description": "This service can be invoked by the IMS (Inventory Management System) client in order to notify the middleware of removed items.",
"consumes": [
"application/xml",
"application/json"
],
"produces": [
"application/xml",
"application/json"
],
"parameters": [
{
"name": "item",
"in": "body",
"description": "Item being accessioned.",
"required": true,
"schema": {
"$ref": "#/definitions/Accession"
}
}
],
"responses": {
"405": {
"description": "Invalid input"
}
}
}
}
},
"securityDefinitions": {
"api_key": {
"type": "apiKey",
"name": "api_key",
"in": "header"
}
},
"definitions": {
"Content": {
"type": "object",
"required": [
"docType",
"docId",
"content"
],
"properties": {
"docType": {
"type": "string"
},
"docId": {
"type": "integer"
},
"content": {
"type": "string",
"xml": {
"name": "records",
"wrapped": true
},
"items": {
"$ref": "#/definitions/marcxml"
}
}
}
},
"marcxml": {
"type": "object",
"properties": {
"marc": {
"type": "string"
}
}
},
"Accession": {
"type": "object",
"required": [
"itemBarcode",
"customerCode"
],
"properties": {
"itemBarcode": {
"type": "string"
},
"customerCode": {
"type": "string"
}
}
}
}
}