Poetics.9743:

Would it be possible to add an endpoint to get a list of current Guild Missions, with perhaps a flag for completed or not? I don’t know if there’s already an internal list which lists the missions and their statistics by id, but I imagine the public returns looking akin to:

guild/:id/missions
[
{
	"guild_preference" : [none|wvw|pvp|pve]
},
{
     "mission_id" : XX,
	 "name" :       XX,
	 "difficulty" : XX,
	 "icon" :       XX,
	 "type" :      [pvp|pve|wvw],
	 "completed" : [0|1],
	 "favor" :     XX
}
]

Or maybe mission preference can go into the general guild/:id/ results?

Thank you for taking all of these suggestions; if there’s a better place/way for me to make them, I’m happy to oblige!