PRIVATE: corrections in api.tml in datasets section (fix #3828, replace 'publications' with 'datasets'), fix typo 'Alternatevely'
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet45/modules/dnet-api-http-doc/src@52999 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
c8cadf9925
commit
b327b6bb94
29
api.html
29
api.html
|
@ -280,14 +280,14 @@
|
|||
<tr>
|
||||
<td>doi</td>
|
||||
<td>Comma separated list of DOIs. <br>
|
||||
Alternatevely, it is possible to repeat the paramater for each requested doi.
|
||||
Alternatively, it is possible to repeat the paramater for each requested doi.
|
||||
</td>
|
||||
<td>Gets the publications with the given DOIs, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>openairePublicationID</td>
|
||||
<td>Comma separated list of OpenAIRE identifiers. <br>
|
||||
Alternatevely, it is possible to repeat the paramater for each requested identifier.
|
||||
Alternatively, it is possible to repeat the paramater for each requested identifier.
|
||||
</td>
|
||||
<td>Gets the publication with the given openaire identifier, if any.</td>
|
||||
</tr>
|
||||
|
@ -315,13 +315,13 @@
|
|||
<td>openaireProviderID</td>
|
||||
<td>Comma separated list of identifiers.</td>
|
||||
<td>Search for publications by openaire data provider identifier. <br>
|
||||
Alternatevely, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
|
||||
Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>openaireProjectID</td>
|
||||
<td>Comma separated list of identifiers. <br>
|
||||
Alternatevely, it is possible to repeat the paramater for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
|
||||
<td>Search for publications by openaire project identifier. Alternatevely, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
|
||||
Alternatively, it is possible to repeat the paramater for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
|
||||
<td>Search for publications by openaire project identifier. Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hasProject</td>
|
||||
|
@ -366,20 +366,15 @@
|
|||
<tr>
|
||||
<td>doi</td>
|
||||
<td>Comma separated list of DOIs. <br>
|
||||
Alternatevely, it is possible to repeat the paramater for each requested doi.
|
||||
Alternatively, it is possible to repeat the paramater for each requested doi.
|
||||
</td>
|
||||
<td>Gets the publications with the given DOIs, if any.</td>
|
||||
<td>Gets the datasets with the given DOIs, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>openaireDatasetID</td>
|
||||
<td>Comma separated list of OpenAIRE identifiers. <br>
|
||||
Alternatevely, it is possible to repeat the paramater for each requested identifier.</td>
|
||||
<td>Gets the publication with the given openaire identifier, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>openaireDatasetID</td>
|
||||
<td>Comma separated list of openaire identifiers</td>
|
||||
<td>Gets the publication with the given openaire identifier, if any.</td>
|
||||
Alternatively, it is possible to repeat the paramater for each requested identifier.</td>
|
||||
<td>Gets the dataset with the given openaire identifier, if any.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>fromDateAccepted</td>
|
||||
|
@ -405,13 +400,13 @@
|
|||
<td>openaireProviderID</td>
|
||||
<td>Comma separated list of identifiers.</td>
|
||||
<td>Search for datasets by openaire data provider identifier. <br>
|
||||
Alternatevely, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
|
||||
Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>openaireProjectID</td>
|
||||
<td>Comma separated list of identifiers. </td>
|
||||
<td>Search for publications by openaire project identifier. <br>
|
||||
Alternatevely, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
|
||||
<td>Search for datasets by openaire project identifier. <br>
|
||||
Alternatively, it is possible to repeat the parameter for each provider id. In both cases, provider identifiers will form a query with OR semantics.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>hasProject</td>
|
||||
|
|
Loading…
Reference in New Issue