Get Progress Report for a Specific ProjectThis operation retrieves a progress report(s) for a specific project with the results returned in the Atom standard. Therefore, to receive a response in XML the Accept header must be set to 'Accept: application/atom+xml'. This is a non-secure request as indicated by the '/public/' element in the URL path, therefore, an access token (authentication) is not required. HTTP Method:GET Content Type:xml, json Accept Type:atom+xml, json Path:https://api.globalgiving.org/api/public/projectservice/projects/{projectid}/reports Path Parameter:{projectid} the numeric identifier for a project, replace with actual value, required Query String Parameters:&api_key described in the API Key section, required Query String Example:/api/public/projectservice/projects/1883/reports?api_key=YOUR_API_KEY HTTP GET Request using cURL:
curl -H "Accept: application/atom+xml" -H "Content-Type: application/xml" -X GET "https://api.globalgiving.org/api/public/projectservice/projects/1883/reports?api_key=YOUR_API_KEY"
XML Response:
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:xml="http://www.w3.org/XML/1998/namespace" xml:base="http://www.globalgiving.org/projects/hunger-in-africa/">
<title type="text">Fight child hunger in Niger</title>
<id>http://www.globalgiving.org</id>
<author>
<name>GlobalGiving</name>
</author>
<link href="http://www.globalgiving.org/projects/hunger-in-africa/updates/" rel="self" />
<entry>
<id>http://www.globalgiving.org/projects/hunger-in-africa/updates/?subid=730</id>
<published>2007-01-23T23:14:18.000Z</published>
<content type="text">In February 2005, the World Food Program (WFP) launched an Emergency Operation initially aimed at preventing vulnerable populations from sliding into a crisis situation. Supporting Niger’s National Mechanism for the Prevention
and Management of Food Crises (DNPGCA), WFP provided food aid in a variety of ways. This included take-home rations for the families of malnourished children undergoing treatment in therapeutic feeding centers; food for nomadic herders; and rations
to support Food for Work activities.
In July, as the DNPGCA’s stocks of food and funding dwindled, WFP expanded its operations to provide free food to households severely impacted by malnutrition. Principal WFP food aid activities are outlined
below. To date, WFP’s Emergency Operation has provided food for nearly 3 million people.
Click below to read the complete report on WFP's work in Niger.</content>
<title type="text">Niger Emergency Operation Report</title>
<author>
<name>World Food Programme</name>
</author>
<link href="http://cloud.globalgiving.org/pfil/1082/Niger+Emergency+Operations+Report.doc" />
</entry>
.
.
</feed>
NOTE: There may be zero or more <entry> elements. Get Progress Report(s) for a Specific Project StructureConforms to the Atom Syndication Format
Element Definitions for Get Progress Report(s) for a Specific Project
|

