To request: https://api.justgiving.com/{appId}/v1/campaign/byshortname/{shortName}
Perform the following HTTP request:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | { "BrandingGuid" : null , "CampaignGuid" : "14a6b19f-8dc6-4893-a33f-3cede571f0e7" , "Charities" : null , "Currency" : { "CurrencyCode" : "gbp" , "CurrencySymbol" : "£" }, "DonationSummary" : { "DirectDonationAmount" : 1000.0, "DirectDonationGiftAid" : 100, "FundraiserRaisedAmount" : 153, "NumberOfDirectDonations" : 10, "NumberOfFundraiserDonations" : 100, "OfflineAmountUpdated" : null , "TotalAmount" : 1253.00, "TotalGiftAid" : 0, "TotalNumberOfDonations" : 100, "offlineAmount" : 1 }, "EndDate" : null , "EventRegistrationLink" : null , "Fundraising" : null , "LandingPageUrl" : null , "OfflineAmount" : 0, "OfflineAmountUpdated" : null , "ShortName" : "shortname" , "StartDate" : null , "Status" : "Active" , "Story" : "story" , "Summary" : "summary" , "TargetAmount" : 10000, "ThankYouMessage" : null , "Title" : null } |