This query returns all of your savings goals that have reached their target amount in Eclosion since app installation.
Developer info
- API endpoint slug
- eclosion.list_achieved_goals
- Runtime method
- performQuery("eclosion.list_achieved_goals"}
Query fields
No fields for this query
Ingredients
Goal name The name of the savings goal that was achieved.
- Slug
- goal_name
- Filter code
- Eclosion.listAchievedGoals.GoalName
- Type
- String
- Example
- Emergency Fund
Target amount The dollar amount the goal was set to reach.
- Slug
- target_amount
- Filter code
- Eclosion.listAchievedGoals.TargetAmount
- Type
- String
- Example
- 10000
Achieved at The date and time when the goal was fully funded.
- Slug
- achieved_at
- Filter code
- Eclosion.listAchievedGoals.AchievedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06+05:00
