Introduction
Changelog
Usage
Authentication
Headers
Errors
Rate Limiting
Webhooks
OAuth 2.0
User
Devices
Aggregation
Bills
Budgets
Challenges
CDR
Configuration
Contacts
Events
Messages
Pay Day
Payments
Reports
Surveys
Calculators
Images
Financial Passport
Users
Accounts
Transactions
get

/goals/{goal_id}/log

Get a history log of changes made to a Goal by the Update Goal API. Logs will show the changed fields before and after values of each update and who changed them.

Authorization

oauth2 - password
oauth2 - authorizationCode
oauth2 - clientCredentials
apiKey - Authorization

Request Parameters

1 Path Parameter
6 Headers

Responses

1 Example
Schema
object
$schema: http://json-schema.org/draft-04/schema#
name
object

Changes to the name property

required
description
object

Changes to the description property

metadata
object

Changes to the metadata property

image_url
object

Changes to the image URL property

last_updated_at
string

Date the change to the goal was made

1 validation + required
user_id
integer

ID of the user that actioned the change to the goal

4 validations + required

Send a Test Request

Send requests directly from the browser (CORS must be enabled)
Path Params
1 path param not set
goal_id
$$.env
1 variable not set
Authorization