This call is used to retrieve list of question ids for given challenge. Limit is capped at 100.

GET /challenges/6fde8516-1be7-47a8-9eb1-1a18eb7bb5b8/questions?limit=10&offset=0 HTTP/1.1
Host: api.influitive.com
Accept: application/vnd.infl-v3+json
Content-Type: application/json
Authorization: Token 6bfa3b6256add25b71159d56ffa9ad4e629f7a303

Responds with object like:

{
  "collection": [1, 2, 3, 4],
  "limit": 10,
  "offset": 0
}
Language
Authorization
Click Try It! to start a request and see the response here!