Contrib API Documentation
API HomeDomain Methods
Member MethodsCountry MethodsForum MethodsGet Featured ChallengeUse this function to get the featured challenges assigned to a domain MethodGETURLhttps://e7lq80c199.execute-api.us-west-2.amazonaws.com/api1?request=getfeaturedchallengeMaking a RequestAvailable request parameters are:
API Responsessample json data:{ "success": true, "data": [ { "Photo": "https://cdn.vnoc.com/challenge/photo_url.png", "MoreDetails": "html of more details content", "short_desc": "", "PrizeDescription": "html of price description", "ChallengeId": "237", "remaining_days": "10", "ChallengeTitle": "Survey Challenge", "Winners_Announced": "2019-12-28", "HowToDesc": null, "HashTag": "#surveychallenge", "Judging_From": "2019-12-27", "CriteriaDescription": "html for criteria description ", "ChallengeDesc": "Challenge description", "Submission_From": "2019-03-22", "Judging_To": "2019-12-27", "Submission_To": "2019-12-27", "Slug": "q---a-survey-gamification-community-script", "EquityPoints": "1000", "DaysRequired": "0", "participants": "2" }] } API Errors[{ "success":false } ] |