Missions and Rewards

Deletes the Mission identified by id or by name

delete

Deletes a mission by the passed in identifier

Authorizations
AuthorizationstringRequired
Path parameters
missionNameOrIdanyRequired
Responses
delete
/mission/{missionNameOrId}

Updates an entire single Mission

put

Supplying a mission, this will update the Mission identified by the name or ID in the path with contents from the passed in request body.

Authorizations
AuthorizationstringRequired
Path parameters
missionNameOrIdanyRequired
Body
idanyRequired

The unique ID of the mission

nameanyRequired

The name of the mission

displayNameanyRequired

The display name for the mission

descriptionanyRequired

The description of the mission

tagsanyOptional

The tags used to categorize this mission

stepsanyOptional

The steps that constitute the mission (may be null if finalRepeatStep is specified)

metadataanyOptional

The metadata for this mission

Responses
put
/mission/{missionNameOrId}

Retrieves a single Mission by id or by name

get

Looks up a mission by the passed in identifier

Authorizations
AuthorizationstringRequired
Path parameters
missionNameOrIdanyRequired
Responses
get
/mission/{missionNameOrId}

Creates a new mission

post

Supplying a mission object, this will create a new mission with a newly assigned unique id. The Mission representation returned in the response body is a representation of the Mission as persisted with a unique identifier assigned and with its fields properly normalized. The supplied mission object submitted with the request must have a name property that is unique across all items.

Authorizations
AuthorizationstringRequired
Body
idanyRequired

The unique ID of the mission

nameanyRequired

The name of the mission

displayNameanyRequired

The display name for the mission

descriptionanyRequired

The description of the mission

tagsanyOptional

The tags used to categorize this mission

stepsanyOptional

The steps that constitute the mission (may be null if finalRepeatStep is specified)

metadataanyOptional

The metadata for this mission

Responses
post
/mission

Search Missions

get

Searches all missions in the system and returning a number of matches against the given search filter, delimited by the offset and count.

Authorizations
AuthorizationstringRequired
Query parameters
offsetanyOptionalDefault: 0
countanyOptionalDefault: 20
tagsanyOptional
searchanyOptional
Responses
get
/mission

Gets Rank Among all Players

get

Gets the current Profile's rank among all players for the particular leaderboard.

Authorizations
AuthorizationstringRequired
Responses
get
/progress

Creates a new progress

post

Supplying a progress object, this will create a new progress with a newly assigned unique id. The Progress representation returned in the response body is a representation of the Progress as persisted with a unique identifier assigned and with its fields properly normalized.

Authorizations
AuthorizationstringRequired
Body
idanyRequired

The unique ID of the progress instance

remaininganyOptional

The remaining actions

rewardIssuancesanyOptional

List of all reward issuances that are issued but not expired, or redeemed but persistent.

sequenceanyOptional

The current number of completed steps. Note that this may exceed the total number of steps, i.e. the final step may be repeated infinitely.

managedByScheduleanyOptional

Indicates that this progress is managed by a Schedule. If true, the Progress will be deleted when no schedules have the progress active. This will be true if the Progress was created as part of a Schedule.

schedulesanyOptional

A listing of the Schedules which are managing this Progress. Empty or null if the Progress is not managed as part of a Schedule.

scheduleEventsanyOptional

A listing of ScheduleEvents which are managing this Progress. Empty or null if the Progress is not managed as part of a Schedule.

Responses
post
/progress

Deletes the Progress identified by id

delete

Deletes a progress by the passed in identifier

Authorizations
AuthorizationstringRequired
Path parameters
progressIdanyRequired
Responses
delete
/progress/progress/{progressId}

Retrieves a single Progress by id

get

Looks up a progress by the passed in identifier

Authorizations
AuthorizationstringRequired
Path parameters
progressIdanyRequired
Responses
get
/progress/{progressId}

Updates a single Progress

put

Supplying a progress, this will update the Progress identified by the ID in the path with contents from the passed in request body.

Authorizations
AuthorizationstringRequired
Path parameters
progressIdanyRequired
Body
idanyRequired

The unique ID of the progress instance

remaininganyOptional

The remaining actions

rewardIssuancesanyOptional

List of all reward issuances that are issued but not expired, or redeemed but persistent.

sequenceanyOptional

The current number of completed steps. Note that this may exceed the total number of steps, i.e. the final step may be repeated infinitely.

managedByScheduleanyOptional

Indicates that this progress is managed by a Schedule. If true, the Progress will be deleted when no schedules have the progress active. This will be true if the Progress was created as part of a Schedule.

schedulesanyOptional

A listing of the Schedules which are managing this Progress. Empty or null if the Progress is not managed as part of a Schedule.

scheduleEventsanyOptional

A listing of ScheduleEvents which are managing this Progress. Empty or null if the Progress is not managed as part of a Schedule.

Responses
put
/progress/{progressId}

Retrieves a single RewardIssuance by id.

get
Authorizations
AuthorizationstringRequired
Path parameters
rewardIssuanceIdanyRequired
Responses
get
/reward_issuance/{rewardIssuanceId}

Retrieves the current user's reward issuances, optionally filtered by the given state.

get
Authorizations
AuthorizationstringRequired
Query parameters
offsetanyOptionalDefault: 0
countanyOptionalDefault: 20
statesanyOptional
tagsanyOptional
Responses
get
/reward_issuance

Redeems the RewardIssuance.

put
Authorizations
AuthorizationstringRequired
Path parameters
rewardIssuanceIdanyRequired
Responses
put
/reward_issuance/{rewardIssuanceId}/redeem

Redeems the given list of RewardIssuances.

put
Authorizations
AuthorizationstringRequired
Body
anyOptional
Responses
put
/reward_issuance/redeem

Search ScheduleEvents

get

Searches all schedules in the system and returning a number of matches against the given search filter, delimited by the offset and count.

Authorizations
AuthorizationstringRequired
Path parameters
scheduleNameOrIdanyRequired
Query parameters
offsetanyOptionalDefault: 0
countanyOptionalDefault: 20
tagsanyOptional
searchanyOptional
Responses
get
/schedule/{scheduleNameOrId}/event

Creates a new schedule

post

Supplying a schedule object, this will create a new schedule with a newly assigned unique id. The ScheduleEvent representation returned in the response body is a representation of the ScheduleEvent as persisted with a unique identifier assigned and with its fields properly normalized. The supplied schedule object submitted with the request must have a name property that is unique across all items.

Authorizations
AuthorizationstringRequired
Path parameters
scheduleNameOrIdanyRequired
Body
beginanyOptional
endanyOptional
missionNamesOrIdsanyRequired
Responses
post
/schedule/{scheduleNameOrId}/event

Retrieves a single ScheduleEvent by id or by name

get

Looks up a schedule by the passed in identifier

Authorizations
AuthorizationstringRequired
Path parameters
scheduleNameOrIdanyRequired
scheduleEventIdanyRequired
Responses
get
/schedule/{scheduleNameOrId}/event/{scheduleEventId}

Updates an entire single ScheduleEvent

put

Supplying a schedule, this will update the ScheduleEvent identified by the name or ID in the path with contents from the passed in request body.

Authorizations
AuthorizationstringRequired
Path parameters
scheduleNameOrIdanyRequired
scheduleEventIdanyRequired
Body
beginanyOptional
endanyOptional
missionNamesOrIdsanyRequired
Responses
put
/schedule/{scheduleNameOrId}/event/{scheduleEventId}

Deletes the ScheduleEvent identified by id or by name

delete

Deletes a schedule by the passed in identifier

Authorizations
AuthorizationstringRequired
Path parameters
scheduleNameOrIdanyRequired
scheduleEventIdanyRequired
Responses
delete
/schedule/{scheduleNameOrId}/event/{scheduleEventId}

Gets all Progresses assigned via this schedule

get

Fetches all current assignments to the currently logged-in profile.

Authorizations
AuthorizationstringRequired
Path parameters
scheduleNameOrIdanyRequired
Query parameters
offsetanyOptionalDefault: 0
countanyOptionalDefault: 20
tagsanyOptional
Responses
get
/schedule/{scheduleNameOrId}/progress

Search Schedules

get

Searches all schedules in the system and returning a number of matches against the given search filter, delimited by the offset and count.

Authorizations
AuthorizationstringRequired
Query parameters
offsetanyOptionalDefault: 0
countanyOptionalDefault: 20
tagsanyOptional
searchanyOptional
Responses
get
/schedule

Creates a new schedule

post

Supplying a schedule object, this will create a new schedule with a newly assigned unique id. The Schedule representation returned in the response body is a representation of the Schedule as persisted with a unique identifier assigned and with its fields properly normalized. The supplied schedule object submitted with the request must have a name property that is unique across all items.

Authorizations
AuthorizationstringRequired
Body
nameanyRequiredPattern: [^_]\w+
displayNameanyRequired
descriptionanyRequired
Responses
post
/schedule

Retrieves a single Schedule by id or by name

get

Looks up a schedule by the passed in identifier

Authorizations
AuthorizationstringRequired
Path parameters
scheduleNameOrIdanyRequired
Responses
get
/schedule/{scheduleNameOrId}

Updates an entire single Schedule

put

Supplying a schedule, this will update the Schedule identified by the name or ID in the path with contents from the passed in request body.

Authorizations
AuthorizationstringRequired
Path parameters
scheduleNameOrIdanyRequired
Body
nameanyRequiredPattern: [^_]\w+
displayNameanyRequired
descriptionanyRequired
Responses
put
/schedule/{scheduleNameOrId}

Deletes the Schedule identified by id or by name

delete

Deletes a schedule by the passed in identifier

Authorizations
AuthorizationstringRequired
Path parameters
scheduleNameOrIdanyRequired
Responses
delete
/schedule/{scheduleNameOrId}

Last updated