Get GlobalGiving ThemesThis operation retrieves all GlobalGiving themes. 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:xml, json Path:https://api.globalgiving.org/api/public/projectservice/themes Query String Parameters:&api_key described in the API Key section, required Query String Example:/api/public/projectservice/themes?api_key=YOUR_API_KEY HTTP GET Request using cURL:
curl -H "Accept: application/xml" -H "Content-Type: application/xml" -X GET "https://api.globalgiving.org/api/public/projectservice/themes?api_key=YOUR_API_KEY"
XML Response:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<themes>
<theme>
<id>edu</id>
<name>Education</name>
</theme>
<theme>
<id>env</id>
<name>Environment</name>
</theme>
.
.
</themes>
NOTE: The <theme> elements are repeating. Get Themes Response Structure
Element Definitions For Get Themes Response
|

