Missions and Rewards
Last updated
Last updated
Deletes a mission by the passed in identifier
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
Deletes a progress by the passed in identifier
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
Deletes a schedule by the passed in identifier
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
Deletes a schedule by the passed in identifier
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
Looks up a mission by the passed in identifier
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
Searches all missions in the system and returning a number of matches against the given search filter, delimited by the offset and count.
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
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.
[^_]\w+
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
Looks up a schedule by the passed in identifier
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
Gets the current Profile's rank among all players for the particular leaderboard.
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
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.
[^_]\w+
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
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.
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
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.
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
Searches all schedules in the system and returning a number of matches against the given search filter, delimited by the offset and count.
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
Searches all schedules in the system and returning a number of matches against the given search filter, delimited by the offset and count.
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
Looks up a schedule by the passed in identifier
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
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.
The unique ID of the mission
The name of the mission
The display name for the mission
The description of the mission
The tags used to categorize this mission
The steps that constitute the mission (may be null if finalRepeatStep is specified)
The metadata for this mission
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
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.
The unique ID of the mission
The name of the mission
The display name for the mission
The description of the mission
The tags used to categorize this mission
The steps that constitute the mission (may be null if finalRepeatStep is specified)
The metadata for this mission
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
Looks up a progress by the passed in identifier
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
Fetches all current assignments to the currently logged-in profile.
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
Supplying a progress, this will update the Progress identified by the ID in the path with contents from the passed in request body.
The unique ID of the progress instance
The remaining actions
List of all reward issuances that are issued but not expired, or redeemed but persistent.
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.
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.
A listing of the Schedules which are managing this Progress. Empty or null if the Progress is not managed as part of a Schedule.
A listing of ScheduleEvents which are managing this Progress. Empty or null if the Progress is not managed as part of a Schedule.
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.
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.
The unique ID of the progress instance
The remaining actions
List of all reward issuances that are issued but not expired, or redeemed but persistent.
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.
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.
A listing of the Schedules which are managing this Progress. Empty or null if the Progress is not managed as part of a Schedule.
A listing of ScheduleEvents which are managing this Progress. Empty or null if the Progress is not managed as part of a Schedule.
A machine readable code of the error.
A description of the error. This error is not intended to be displayed to the end-user, rather it is it designed to relay information to the application developer.