Project

General

Profile

« Previous | Next » 

Revision 62750

new instancetype parameter added

View differences:

modules/dnet-api-http-doc/src/api.html
256 256
														<td>author</td>
257 257
														<td>White-space separated list of names and/or surnames.</td>
258 258
														<td>Search for research products by authors.</td>
259
												</tr>
259
												</tr>												
260 260
												<tr>
261 261
														<td>openaireProviderID</td>
262 262
														<td>Comma separated list of identifiers.</td>
......
309 309
														<th>Description</th>
310 310
												</tr>
311 311
										</thead>
312
										<tbody>												
313
												<tr>
314
														<td>openairePublicationID</td>
315
														<td>Comma separated list of OpenAIRE identifiers. <br>
316
																Alternatively, it is possible to repeat the parameter for each requested identifier.
317
														</td>
318
														<td>Gets the publication with the given openaire identifier, if any.</td>
319
												</tr>
320
												<tr>
321
													<td>originalId</td>
322
													<td>Comma separated list of original identifiers as we get them from the data source. <br>
323
															Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
312
										<tbody>	
313
											<tr>
314
												<td>instancetype</td>
315
												<td>Comma separated list of publication types. Check <a href="http://api.openaire.eu/vocabularies/dnet:publication_resource" target="_blank">here</a> to see the possible values</td>
316
												<td>Gets the publication of the given type, if any.</td>
317
											</tr>
318
											<tr>
319
												<td>originalId</td>
320
												<td>Comma separated list of original identifiers as we get them from the data source. <br>
321
														Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
322
												<td>Gets the publication with the given openaire identifier, if any.</td>
323
											</tr>
324
											<tr>
325
												<td>sdg</td>
326
												<td>The number of the Sustainable Development Goals <code>[1-17]</code>.<br>
327
													Check <a href="https://sdgs.un.org/goals" target="_blank">here</a> to see the Sustainable Developemnt Goals.</td>
328
												<td>Gets the publications that are classified with the respective Sustainable Development Goal number.
329
											</tr>
330
											<tr>
331
												<td>fos</td>
332
												<td>The Field of Science classification value.<br>
333
													Check <a href="athenarc_fos_hierarchy.json" target="_blank">here</a> to see the Field of Science classification values</td></td>
334
												<td>Gets the publications that are classified with the respective Field of Science classification value.</td>
335
											</tr>												
336
											<tr>
337
													<td>openairePublicationID</td>
338
													<td>Comma separated list of OpenAIRE identifiers. <br>
339
															Alternatively, it is possible to repeat the parameter for each requested identifier.
340
													</td>
324 341
													<td>Gets the publication with the given openaire identifier, if any.</td>
325
												</tr>
326
												<tr>
327
													<td>sdg</td>
328
													<td>The number of the Sustainable Development Goals <code>[1-17]</code>.<br>
329
														Check <a href="https://sdgs.un.org/goals" target="_blank">here</a> to see the Sustainable Developemnt Goals.</td>
330
													<td>Gets the publications that are classified with the respective Sustainable Development Goal number.
331
												</tr>
332
												<tr>
333
													<td>fos</td>
334
													<td>The Field of Science classification value.<br>
335
														Check <a href="athenarc_fos_hierarchy.json" target="_blank">here</a> to see the Field of Science classification values</td></td>
336
													<td>Gets the publications that are classified with the respective Field of Science classification value.</td>
337
												</tr>											
342
											</tr>																						
338 343
										</tbody>
339 344
								</table>
340 345

  
......
434 439
										<tr>
435 440
												<td>name</td>
436 441
												<td>White-space separated list of keywords.</td>
437
												<td>Gets the projects whose names contain the given list of keywords.</td>
442
												<td>Gets the projects whose names contain the given list of keywords. Using double quotes <code>"</code> you get an exact match, if any.</td>
438 443
										</tr>
439 444
										<tr>
440 445
												<td>acronym</td>

Also available in: Unified diff