- This URL retrieves data from the current mission
- None
- Example:
{
"objectives" : [
{
"primary" : true,
"status" : "in_progress",
"text" : "Decole"
}
],
"status" : "running"
}
-
name: objectives
- type: JSON array containing all mission objectives
- description:
-
name: primary
- type: boolean
- description: flag to determine if this is a primary mission
-
name: status
- type: string
- description: contains the status of current primary objective
- possible values: "in_progress", "completed" or "failed"
-
name: text
- type: string
- description: contains instruction of what the player needs to do for complete the mission
-
name: status
- type: string
- descruption: contains status of the current mission can be "running" or "fail"