missions.md
November 7, 2013 ยท View on GitHub
#Endpoint: Mission
Retrieves current ongoing photo missions
##Available endpoints
/missions/lightweight, GET
GET /missions/lightweight
temporary endpoint returning wrapped albums until missions are properly implemented
DESCRIPTION
Headers
Parameters
- offset = int (default 0)
- limit = int (default 0)
- detailed = bool (default 1)
- includePhotos = bool (default 1)
- numPhotos = int (default 7, requires detailed=1 & includePhotos=1)
- includeLikers = bool (default 0, requires detailed=1)
- includeContributors = bool (default 0, requires detailed=1)
Response
- 200 and an array of mission objects
- error with code and message