originalId parameter added
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-api-http-doc/src@61746 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
3e37fade51
commit
d0079286d8
55
api.html
55
api.html
|
@ -80,8 +80,8 @@
|
|||
</div>
|
||||
<div class="uk-container">
|
||||
<div class="uk-grid">
|
||||
<div class="uk-width-1-3@s uk-width-1-4@m uk-width-1-4@l uk-visible@m" >
|
||||
<ul class="uk-nav-default uk-nav-parent-icon" uk-nav="multiple: false" uk-sticky="offset: 100; media:@s" >
|
||||
<div class="uk-width-1-3@s uk-width-1-4@m uk-width-1-4@l" >
|
||||
<ul class="uk-nav-default uk-nav-parent-icon side-menu-spacing" uk-nav="multiple: false" uk-sticky="offset: 100; media: 640" >
|
||||
<li class="uk-parent uk-open">
|
||||
<a href="#">HTTP API Documentation</a>
|
||||
<ul class="uk-nav-sub">
|
||||
|
@ -114,31 +114,8 @@
|
|||
</p>
|
||||
|
||||
<div>
|
||||
<h4 class="portal-color">TERMS OF USE AND SLA</h4>
|
||||
<p><strong>OpenAIRE HTTP API</strong>: the APIs are free-to-use (no sign-up needed) by any third-party service. Note that:</p>
|
||||
<ul class="portal-circle">
|
||||
<li>The OpenAIRE APIs can be accessed over HTTPS both by authenticated and unauthenticated requests. To achieve better rate limits you need to make authenticated requests.
|
||||
For more information check the documentation <a href="./authentication.html">here</a>
|
||||
</li>
|
||||
<li>For accessing the whole content of the OpenAIRE Research Graph check the <a href="graph-dumps.html">OpenAIRE Research Graph Dumps</a>.
|
||||
</li>
|
||||
<li>Since 2015 an <a href="https://zenodo.org/record/51077#.WsdCFdNubOR">RDF dump of the LOD is made available in Zenodo.org</a></li>
|
||||
</ul>
|
||||
<p><strong> Metadata license is CC-BY</strong>: the metadata records retuned by the service can be freely re-used by commercial and non-commercial partners under CC-BY license, hence as long as OpenAIRE is acknowledged as content provider.
|
||||
</p>
|
||||
<p><strong>Quality of Service</strong>: all API services are running in production 24/7 within the OpenAIRE infrastructure premises deployed at the <a href="http://icm.edu.pl/en/centre-of-technology/">data center</a> facilities of the <a href="http://icm.edu.pl/en/">Interdisciplinary Centre for Mathematical and Computational Modelling</a> (ICM).
|
||||
</p>
|
||||
<p><strong>APIs rate limits</strong>
|
||||
For more details on the rate limits please check <a href="./authentication.html">here.</a>
|
||||
</p>
|
||||
<!--p><strong>APIs rate limits</strong>
|
||||
<ul>
|
||||
<li>no more than 30 concurrent connections from single IP to any APIs</li>
|
||||
<li>no more than 67 concurrent requests in total</li>
|
||||
<li>no more then 37 concurrent request in total (max 30 per single IP) to the HTTP API for selective access</li>
|
||||
<li>no more than 15 requests/second to the HTTP API for selective access (in total, not per IP. If this limit is reached, requests will be delayed).</li>
|
||||
</ul>
|
||||
</p-->
|
||||
<h4 class="portal-color">Terms of Use and SLA</h4>
|
||||
<p>For more details on this, please check <a href="overview.html#terms">here</a></p>
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -258,6 +235,12 @@
|
|||
</td>
|
||||
<td>Gets the publication with the given openaire identifier, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>originalId</td>
|
||||
<td>Comma separated list of original identifiers as we get them from the content provider. <br>
|
||||
Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
|
||||
<td>Gets the software with the given openaire identifier, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>fromDateAccepted</td>
|
||||
<td>Date formatted as <code>YYYY-MM-DD</code></td>
|
||||
|
@ -355,6 +338,12 @@
|
|||
Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
|
||||
<td>Gets the dataset with the given openaire identifier, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>originalId</td>
|
||||
<td>Comma separated list of original identifiers as we get them from the content provider. <br>
|
||||
Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
|
||||
<td>Gets the software with the given openaire identifier, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>fromDateAccepted</td>
|
||||
<td>Date formatted as <code>YYYY-MM-DD</code></td>
|
||||
|
@ -452,6 +441,12 @@
|
|||
Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
|
||||
<td>Gets the software with the given openaire identifier, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>originalId</td>
|
||||
<td>Comma separated list of original identifiers as we get them from the content provider. <br>
|
||||
Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
|
||||
<td>Gets the software with the given openaire identifier, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>fromDateAccepted</td>
|
||||
<td>Date formatted as <code>YYYY-MM-DD</code></td>
|
||||
|
@ -549,6 +544,12 @@
|
|||
Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
|
||||
<td>Gets the other research products with the given openaire identifier, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>originalId</td>
|
||||
<td>Comma separated list of original identifiers as we get them from the content provider. <br>
|
||||
Alternatively, it is possible to repeat the parameter for each requested identifier.</td>
|
||||
<td>Gets the software with the given openaire identifier, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>fromDateAccepted</td>
|
||||
<td>Date formatted as <code>YYYY-MM-DD</code></td>
|
||||
|
|
Loading…
Reference in New Issue