Get Max Third Party ID

This operation retrieves the max (greatest alphabetically) third party transaction id associated with this api key . This is a secure request as indicated by the '/secure/' element in the URL path, therefore, an access token (authentication) is required.

HTTP Method:

GET

Content Type:

xml, json

Accept Type:

xml, json

Path:

https://api.globalgiving.org/api/secure/givingservice/maxthirdpartytransactionid

Query String Parameters:

&api_key described in the API Key section, required

&api_token described in the Access Token section, required

Query String Example:

/api/secure/givingservice/max-third-party-transaction-id?api_key=YOUR_API_KEY&api_token=SOME_API_TOKEN

HTTP GET Request using cURL:

curl -H "Accept: application/xml" -H "Content-Type: application/xml" -X GET "https://api.globalgiving.org/api/secure/givingservice/maxthirdpartytransactionid?api_key=YOUR_API_KEY&api_token=SOME_API_TOKEN"

XML Response:

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<order>
    <currencyCode>USD</currencyCode>
    <signupForCharityNewsletter>false</signupForCharityNewsletter>
    <signupForGGNewsletter>false</signupForGGNewsletter>
    <transactionId>GA503519727</transactionId>
</order>

Get Max Third Party Transaction Repsonse Structure

currencyCode string
signupForCharityNewsletter boolean
signupForGGNewsletter boolean
transactionId string

Element Definitions For Get Outstanding Invoices Response

Element Mandatory Description
currencyCode ignore This value can be ignored for now.
signupForCharityNewsletter ignore This value can be ignored for now.
signupForGGNewsletter ignore This value can be ignored for now.
transactionId required The third party transaction id that is greatest alphabetically.
WARNING: Javascript is currently disabled or is not available in your browser. GlobalGiving makes extensive use of Javascript and will not function properly with Javascript disabled. Please enable Javascript and refresh this page.