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
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
GET
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