openaire-api-http-doc/docbkx/projects-http.xml

35 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<chapter version="5.0" xmlns="http://docbook.org/ns/docbook"
xmlns:xlink="http://www.w3.org/1999/xlink" xml:id="cha_projects_http"
xreflabel="FP7 projects export for DSpace and EPrints">
<title>Bulk access to FP7 projects</title>
<para>The APIs offer custom access to FP7 and WT projects information for the DSpace and EPrints platforms:<simplelist>
<member>DSpace endpoint: <link xlink:href="http://api.openaire.eu/projects/dspace/$funder/ALL/ALL"
/></member>
<member>ePrints endpoint: <link
xlink:href="http://api.openaire.eu/projects/eprints/$funder/ALL/ALL"/></member>
</simplelist></para>
<para> The URLs embed the parameters needed to collect sub-portions of the EC projects, where the
pattern is <code>Funder/SpecificProgramme/ScientificArea</code>.</para>
<para>Additional parameters can be concatenated to the URL to refine the results by date (date
must be in the form <code>YYYY-MM-DD</code>): <simplelist>
<member>startFrom</member>
<member>startUntil</member>
<member>endFrom</member>
<member>endUntil</member>
</simplelist></para>
<para>Examples: <simplelist>
<member>Get WT projects EPrints: <link
xlink:href="http://api.openaire.eu/projects/eprints/WT/ALL/ALL"/></member>
<member>Get FP7 projects of the specific programme “SP2-IDEAS” for EPrints: <link
xlink:href="http://api.openaire.eu/projects/eprints/FP7/SP2/ALL"/></member>
<member>Get FP7 projects for DSpace that started after the given date: <link
xlink:href="http://api.openaire.eu/projects/dspace/FP7/ALL/ALL?startFrom=2011-01-01"
/></member>
</simplelist>
</para>
</chapter>