Save Data
Last updated
Last updated
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 a single save data document based on UserID and slot. This is a convenience method whichallows the client to fetch a save data based on slot an user id.
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 a single save data document based on Profile ID and slot. This is a convenience method whichallows the client to fetch a save data based on slot an profile id.
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 a single save data document.
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 all save data documents available to the user.
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 a single save data document.
The slot of the property. Must be unique for user or profile.
The id of the user which owns the save data. If specified, the user will own this save data and the profileId must be null or be owned by the user specified.
The id of the profile which owns the save data. If specified, the profile will own this save data and the userId must be null or be owned by the user specified.
The contents of the save data.
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 a single save data document
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.