Contrib API Documentation

Get Challenge Links

Use this function to get challenge links

Method

GET

URL

https://e7lq80c199.execute-api.us-west-2.amazonaws.com/api1?request=getchallengelinks

Making a Request

Available request parameters are:
  • domain — domain name (should be in contrib/vnoc system).
  • featured_id — challenge id assigned as featured challenge. This is returned from calling getdomainattributes for a challenge domain
  • key — domain API key.

  • Sample Request

    https://e7lq80c199.execute-api.us-west-2.amazonaws.com/api1?request=getchallengelinks&key={xxxxxxxxx}&domain={domain}&featured_id={challenge_id}

API Responses

sample json data:
{
"success": true,
"data": [
{
"Description": "This is a sample survey framework that is already live.",
"Name": "CollegeSurvey",
"Link": "http://www.collegesurvey.com"
}]
}


API Errors

[
 {
"success":false
 }
]