param name is dateOfAcceptance not of collection
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/dnet-api-http-doc/src@46503 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
51f3fa8ffc
commit
89f84b3267
|
@ -11,7 +11,7 @@
|
|||
<term>sortBy</term>
|
||||
<listitem>
|
||||
<para>Select the sorting order: <code>sortBy=field,[ascending|descending]</code></para>
|
||||
<para>where <code>field</code> is one of: <code>dateofcollection</code>, <code>resultstoragedate</code>, <code>resultstoragedate</code>, <code>resultembargoenddate</code>, <code>resultembargoendyear</code>, <code>resultdateofacceptance</code>, <code>resultacceptanceyear</code></para>
|
||||
<para>where <code>field</code> is one of: <code>dateofcollection</code>, <code>resultstoragedate</code>, <code>resultembargoenddate</code>, <code>resultembargoendyear</code>, <code>resultdateofacceptance</code>, <code>resultacceptanceyear</code></para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
|
@ -29,7 +29,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>fromDateCollected</term>
|
||||
<term>fromDateAccepted</term>
|
||||
<listitem>
|
||||
<para>Gets the datasets whose date of acceptance is greater than or equal the given
|
||||
date. Allowed values: date formatted as <code>YYYY-MM-DD</code>.</para>
|
||||
|
@ -37,7 +37,7 @@
|
|||
</listitem>
|
||||
</varlistentry>
|
||||
<varlistentry>
|
||||
<term>toDateCollected</term>
|
||||
<term>toDateAccepted</term>
|
||||
<listitem>
|
||||
<para>Gets the datasets whose date of acceptance is less than or equal the given date. Allowed values: date formatted as <code>YYYY-MM-DD</code>.</para>
|
||||
<!--<para><code>here goes the sample query</code></para> -->
|
||||
|
|
Loading…
Reference in New Issue