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-projects" xreflabel="Search HTTP API for metadata about projects">
4
  <title>Projects</title>
5
  <para>Endpoint: <code>http://api.openaire.eu/search/projects</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}/projects</code></para> -->
8

    
9
  <variablelist>
10
    <varlistentry>
11
      <term>grantID</term>
12
      <listitem>
13
        <para>Gets the project with the given grant identifier, if any.</para>
14
      </listitem>
15
    </varlistentry>
16
    <varlistentry>
17
      <term>name</term>
18
      <listitem>
19
        <para>Allowed values: white-space separated list of keywords. Gets the projects whose names contain the given list of keywords. </para>
20
      </listitem>
21
    </varlistentry>
22
    <varlistentry>
23
      <term>acronym</term>
24
      <listitem>
25
        <para>Gets the project with the given acronym, if any. </para></listitem>
26
    </varlistentry>
27
    <varlistentry>
28
      <term>callID</term>
29
      <listitem>
30
        <para>Search for projects by call identifier.</para>
31
      </listitem>
32
    </varlistentry>
33
    <varlistentry>
34
      <term>keywords</term>
35
      <listitem>
36
        <para>Allowed values: white-space separated list of keywords. Search for projects whose name, title, description or keywords match the given terms. </para>
37
      </listitem>
38
    </varlistentry>
39
    <varlistentry>
40
      <term>startYear</term>
41
      <listitem>
42
        <para>Allowed values: year formatted as <code>YYYY</code>. Gets the projects that started in the given year. </para>
43
      </listitem>
44
    </varlistentry>
45
    <varlistentry>
46
      <term>endYear</term>
47
      <listitem>
48
        <para>Allowed values: year formatted as <code>YYYY</code>. Gets the projects that ended in the given year. </para>
49
      </listitem>
50
    </varlistentry>
51
    <varlistentry>
52
      <term>participantCountries</term>
53
      <listitem>
54
        <para>Allowed values: comma separeted list of 2 letter country codes. Search for projects by participant countries. </para>
55
      </listitem>
56
    </varlistentry>
57
    <varlistentry>
58
      <term>participantAcronyms</term>
59
      <listitem>
60
        <para>Allowed values: white space separeted list of acronyms of institutions. Search for projects by participant institutions.  </para>
61
      </listitem>
62
    </varlistentry>
63
  </variablelist>
64

    
65
</section>
(3-3/4)