Contrib API Documentation
API HomeDomain Methods
Member MethodsCountry MethodsForum MethodsGet Challenge DiscussionsUse this function to get challenge discussions MethodGETURLhttps://e7lq80c199.execute-api.us-west-2.amazonaws.com/api1?request=getchallengediscussionsMaking a RequestAvailable request parameters are:
API Responsessample json data:{ "success": true, "data": [ { "challenge_id": "250", "LastName": "G", "message": "This is my message", "date_posted": "2019-02-03 14:56:48", "member_id": "90728", "Username": "jane-doe", "profile_image": "jane-doe.png", "FirstName": "shreya" },{ "challenge_id": "250", "LastName": "Ink", "message": "This is user's message", "date_posted": "2016-07-11 22:09:32", "member_id": "77389", "Username": "john-doe", "profile_image": "john-doe.png", "FirstName": "Gstvo" }] } API Errors[{ "success":false } ] |