{ "sections": [ "title", "description", "fields" ], "title": "WorkGoalHistory - Data API", "description": "Represents the history of changes to the values in the fields of a WorkGoal. Access is read-only. This object has been deprecated as of API version 35.0. Use the GoalHistory object to query historical information for WDC goals.", "fields_columns": [ "type", "properties", "description" ], "fields": { "Field": { "type": "picklist", "properties": "Filter, Group, Restricted picklist, Sort", "description": "The name of the field that was changed." }, "NewValue": { "type": "Any Type", "properties": "Nillable, Sort", "description": "The new value of the field that was changed." }, "OldValue": { "type": "Any Type", "properties": "Nillable, Sort", "description": "The latest value of the field before it was changed." }, "WorkGoalId": { "type": "reference", "properties": "Filter, Group, Sort", "description": "ID of the Goal. Label is Goal ID." } } }