Project

General

Profile

1
<?xml version="1.0" encoding="UTF-8"?>
2
<section version="5.0" xmlns="http://docbook.org/ns/docbook"
3
  xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="sec_http-pubs" xreflabel="Search HTTP API for metadata about publications">
4
  <title>Publications</title>
5
  <para>Endpoint: <code>http://api.openaire.eu/search/publications</code></para>
6
  <!-- TODO: uncomment when the API version feature is implemented -->
7
  <!--  <para>Endpoint to a specific version of the API: <code>http://api.openaire.eu/search/{API_VERSION}/publications</code></para> -->
8

    
9
  <variablelist>
10
    <varlistentry>
11
      <term>doi</term>
12
      <listitem>
13
        <para>Gets the publication with the given doi, if any.</para>
14
       <!--<para><code>here goes the sample query</code></para> -->
15
      </listitem>
16
    </varlistentry>
17
    <varlistentry>
18
      <term>openairePublicationID</term>
19
      <listitem>
20
        <para>Gets the publication with the given openaire identifier, if any.</para>
21
       <!--<para><code>here goes the sample query</code></para> -->
22
      </listitem>
23
    </varlistentry>
24
    <varlistentry>
25
      <term>fromDateAccepted</term>
26
      <listitem>
27
        <para>Allowed values: date formatted as <code>YYYY-MM-DD</code>. Gets the publications whose date of acceptance is greater than or equal the given
28
          date.</para>
29
       <!--<para><code>here goes the sample query</code></para> -->
30
      </listitem>
31
    </varlistentry>
32
    <varlistentry>
33
      <term>toDateAccepted</term>
34
      <listitem>
35
        <para>Allowed values: date formatted as <code>YYYY-MM-DD</code>. Gets the publications whose date of acceptance is less than or equal the given date.</para>
36
       <!--<para><code>here goes the sample query</code></para> -->
37
      </listitem>
38
    </varlistentry>
39
    <varlistentry>
40
      <term>title</term>
41
      <listitem>
42
        <para>Allowed values: white-space separated list of keywords. Gets the publications whose titles contain the given list of keywords.</para>
43
       <!--<para><code>here goes the sample query</code></para> -->
44
      </listitem>
45
    </varlistentry>
46
    <varlistentry>
47
      <term>author</term>
48
      <listitem>
49
        <para>Search for publications by authors. Allowed value is a white-space separated list of
50
          names and/or surnames.</para>
51
       <!--<para><code>here goes the sample query</code></para> -->
52
      </listitem>
53
    </varlistentry>
54
    <varlistentry>
55
      <term>openaireAuthorID</term>
56
      <listitem>
57
        <para>Search for publications by openaire author identifier.</para>
58
       <!--<para><code>here goes the sample query</code></para> -->
59
      </listitem>
60
    </varlistentry>
61
    <varlistentry>
62
      <term>openaireProviderID</term>
63
      <listitem>
64
        <para>Search for publications by openaire data provider identifier.</para>
65
       <!--<para><code>here goes the sample query</code></para> -->
66
      </listitem>
67
    </varlistentry>
68
    <varlistentry>
69
      <term>openaireProjectID</term>
70
      <listitem>
71
        <para>Search for publications by openaire project identifier.</para>
72
       <!--<para><code>here goes the sample query</code></para> -->
73
      </listitem>
74
    </varlistentry>
75
    <varlistentry>
76
      <term>hasProject</term>
77
      <listitem>
78
        <para>Allowed values: <code>true|false</code>. If hasProject is true gets the publications
79
          that have a link to a project. If hasProject is false gets the publications with no links
80
          to projects.</para>
81
       <!--<para><code>here goes the sample query</code></para> -->
82
      </listitem>
83
    </varlistentry>
84
    <varlistentry>
85
      <term>FP7ProjectID</term>
86
      <listitem>
87
        <para>Search for publications associated to a FP7 project with the given grant number.</para>
88
        <!--<para><code>here goes the sample query</code></para> -->
89
      </listitem>
90
    </varlistentry>
91
    <varlistentry>
92
      <term>OA</term>
93
      <listitem>
94
        <para>Allowed values: <code>true|false</code>. If OA is true gets Open Access publications.
95
          If OA is false gets the non Open Access publications</para>
96
       <!--<para><code>here goes the sample query</code></para> -->
97
      </listitem>
98
    </varlistentry>
99
  </variablelist>
100

    
101
</section>
(4-4/4)