getSavehackLaunches
GET/savehack-launches
Get all Savehack Launches in a paginated listing.
Request
Query Parameters
Possible values: >= 1
Default value: 1
The page number in a paginated listing.
Possible values: >= 1
and <= 20
Default value: 20
The number of items to return on each page.
Filter savehack launches to only include those with a dreamId
equal to the supplied dreamId
.
Filter savehack launches to only include those with a userId
equal to the supplied userId
.
Filter savehack launches by externalUserId
Responses
- 200
All savehack launches in a paginated listing.
- application/json
- Schema
- Example (from schema)
Schema
Array [
- schemas-savehackLaunch.AutopilotLaunch
- schemas-savehackLaunch.DailyLaunch
- schemas-savehackLaunch.WeeklyLaunch
- schemas-savehackLaunch.MonthlyLaunch
- schemas-savehackLaunch.ThiefLaunch
- schemas-savehackLaunch.RocketLaunch
- schemas-savehackLaunch.OneTimeLaunch
- schemas-savehackLaunch.RouletteLaunch
- schemas-savehackLaunch.MoonstruckLaunch
- schemas-savehackLaunch.PercentageLaunch
- schemas-savehackLaunch.EverestLaunch
- schemas-savehackLaunch.CalendarChaosLaunch
- schemas-savehackLaunch.SaveLeagueLaunch
- schemas-savehackLaunch.EurocupLaunch
- schemas-savehackLaunch.CopycatLaunch
]
savehackLaunches
object[]
oneOf
dream
object
required
savehack
object
required
Possible values: [AutopilotLaunch
]
dream
object
required
savehack
object
required
Possible values: [DailyLaunch
]
Possible values: >= 1
and <= 9223372036854776000
How much money (in cents or the smallest currency subunit) that will be transferred from the current account to the Dream's connected Account in each Deposit created by the SavehackLaunch.
dream
object
required
savehack
object
required
Possible values: [WeeklyLaunch
]
Possible values: >= 1
and <= 9223372036854776000
How much money (in cents or the smallest currency subunit) that will be transferred from the current account to the Dream's connected Account in each Deposit created by the SavehackLaunch.
Possible values: <= 6
Determines which day of the week the SavehackLaunch should create a Deposit.
dream
object
required
savehack
object
required
Possible values: [MonthlyLaunch
]
Possible values: >= 1
and <= 9223372036854776000
How much money (in cents or the smallest currency subunit) that will be transferred from the current account to the Dream's connected Account in each Deposit created by the SavehackLaunch.
Possible values: >= 1
and <= 31
Determines which day of the month the SavehackLaunch should create a Deposit.
dream
object
required
savehack
object
required
Possible values: [ThiefLaunch
]
Possible values: >= 1
The lower boundary (inclusive) for the amount (in cents or the smallest currency subunit) that will be Deposited.
Possible values: <= 9223372036854776000
The upper boundary (inclusive) for the amount (in cents or the smallest currency subunit) that will be Deposited.
dream
object
required
savehack
object
required
Possible values: [RocketLaunch
]
Possible values: >= 1
and <= 9223372036854776000
How much money (in cents or the smallest currency subunit) that will be transferred from the current account to the Dream's connected Account in each Deposit created by the SavehackLaunch.
dream
object
required
savehack
object
required
Possible values: [OneTimeLaunch
]
Possible values: >= 1
and <= 9223372036854776000
How much money (in cents or the smallest currency subunit) that will be transferred from the current account to the Dream's connected Account in each Deposit created by the SavehackLaunch.
dream
object
required
savehack
object
required
Possible values: [RouletteLaunch
]
Possible values: >= 1
and <= 9223372036854776000
How much money (in cents or the smallest currency subunit) that will be transferred from the current account to the Dream's connected Account in each Deposit created by the SavehackLaunch.
dream
object
required
savehack
object
required
Possible values: [MoonstruckLaunch
]
Possible values: >= 1
and <= 9223372036854776000
How much money (in cents or the smallest currency subunit) that will be transferred from the current account to the Dream's connected Account in each Deposit created by the SavehackLaunch.
dream
object
required
savehack
object
required
Possible values: [PercentageLaunch
]
Possible values: >= 1
and <= 9223372036854776000
How much money (in cents or the smallest currency subunit) that will be transferred from the current account to the Dream's connected Account in each Deposit created by the SavehackLaunch.
Possible values: >= 1
and <= 31
Determines which day of the month the launch should happen
dream
object
required
savehack
object
required
Possible values: [EverestLaunch
]
Possible values: >= 1
and <= 9223372036854776000
How much money (in cents or the smallest currency subunit) that will be transferred from the current account to the Dream's connected Account in each Deposit created by the SavehackLaunch.
Possible values: <= 6
Determines which day of the week the launch should happen
dream
object
required
savehack
object
required
Possible values: [CalendarChaosLaunch
]
Possible values: >= 1
and <= 9223372036854776000
How much money (in cents or the smallest currency subunit) that will be transferred from the current account to the Dream's connected Account in each Deposit created by the SavehackLaunch.
dream
object
required
savehack
object
required
Possible values: [SaveLeagueLaunch
]
Possible values: >= 1
and <= 9223372036854776000
How much money (in cents or the smallest currency subunit) that will be transferred from the current account to the Dream's connected Account in each Deposit created by the SavehackLaunch.
Used in saveleague savehack to determine the selected team.
dream
object
required
savehack
object
required
Possible values: [EurocupLaunch
]
Possible values: >= 1
and <= 9223372036854776000
How much money (in cents or the smallest currency subunit) that will be transferred from the current account to the Dream's connected Account in each Deposit created by the SavehackLaunch.
dream
object
required
savehack
object
required
Possible values: [CopycatLaunch
]
Possible values: >= 1
and <= 9223372036854776000
How much money (in cents or the smallest currency subunit) that will be transferred from the current account to the Dream's connected Account in each Deposit created by the SavehackLaunch.
meta
object
URL for the next page.
The total count of items.
The number of returned items on this page.
The number of pages.
Index of the first item on this page (starting from 1).
Index of the last item on this page.
{
"savehackLaunches": [
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null,
null
],
"meta": true
}