#Endpoint: Mission
Retrieves current ongoing photo missions
##Available endpoints
/missions/lightweight
, GET
temporary endpoint returning wrapped albums until missions are properly implemented
DESCRIPTION
- 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)
- 200 and an array of mission objects
- error with code and message