getSavehack
GET/savehacks/:id
Get a single Savehack.
Request
Path Parameters
Responses
- 200
- 404
- application/json
- Schema
- Example (from schema)
Schema
- schemas-savehack.Autopilot
- schemas-savehack.CalendarChaos
- schemas-savehack.Copycat
- schemas-savehack.Daily
- schemas-savehack.Everest
- schemas-savehack.Monthly
- schemas-savehack.Moonstruck
- schemas-savehack.OneTime
- schemas-savehack.Percentage
- schemas-savehack.Rocket
- schemas-savehack.Roulette
- schemas-savehack.SaveLeague
- schemas-savehack.Thief
- schemas-savehack.Weekly
Array [
]
savehack
object
oneOf
Possible values: [autopilot
]
translatedName
object
translatedActivationText
object
translatedDescription
object
translatedShortDescription
object
translatedShortDescriptionLaunched
object
Possible values: [calendarChaos
]
translatedName
object
translatedActivationText
object
translatedDescription
object
translatedShortDescription
object
translatedShortDescriptionLaunched
object
Possible values: [copycat
]
translatedName
object
translatedActivationText
object
translatedDescription
object
translatedShortDescription
object
translatedShortDescriptionLaunched
object
Possible values: [daily
]
translatedName
object
translatedActivationText
object
translatedDescription
object
translatedShortDescription
object
translatedShortDescriptionLaunched
object
Possible values: [everest
]
translatedName
object
translatedActivationText
object
translatedDescription
object
translatedShortDescription
object
translatedShortDescriptionLaunched
object
Possible values: [monthly
]
translatedName
object
translatedActivationText
object
translatedDescription
object
translatedShortDescription
object
translatedShortDescriptionLaunched
object
Possible values: [moonstruck
]
translatedName
object
translatedActivationText
object
translatedDescription
object
translatedShortDescription
object
translatedShortDescriptionLaunched
object
Possible values: [oneTime
]
translatedName
object
translatedActivationText
object
translatedDescription
object
translatedShortDescription
object
translatedShortDescriptionLaunched
object
Possible values: [percentage
]
translatedName
object
translatedActivationText
object
translatedDescription
object
translatedShortDescription
object
translatedShortDescriptionLaunched
object
Possible values: [rocket
]
translatedName
object
translatedActivationText
object
translatedDescription
object
translatedShortDescription
object
translatedShortDescriptionLaunched
object
Possible values: [roulette
]
translatedName
object
translatedActivationText
object
translatedDescription
object
translatedShortDescription
object
translatedShortDescriptionLaunched
object
Possible values: [roulette
]
teamOptions
object[]
required
An array of options to pick a team from when launching SaveLeague.
The value to pass in as reference
when launching SaveLeague with this team.
translatedName
object
required
translatedName
object
translatedActivationText
object
translatedDescription
object
translatedShortDescription
object
translatedShortDescriptionLaunched
object
Possible values: [thief
]
translatedName
object
translatedActivationText
object
translatedDescription
object
translatedShortDescription
object
translatedShortDescriptionLaunched
object
Possible values: [weekly
]
translatedName
object
translatedActivationText
object
translatedDescription
object
translatedShortDescription
object
translatedShortDescriptionLaunched
object
{
"savehack": {
"id": "8f60017c-b9fb-4660-bc3c-f68f5c1a5232",
"type": "autopilot",
"translatedName": {
"en": "Autopilot"
},
"translatedActivationText": {
"en": "Save an automatically calculated amount every week toward %{dream_name}."
},
"translatedDescription": {
"en": "The Autopilot makes sure you reach your dream in time."
},
"translatedShortDescription": {
"en": "Save just enough weekly"
},
"translatedShortDescriptionLaunched": {
"en": "Saves just enough weekly"
}
}
}
Savehack not found