Get Field History This endpoint is for getting field history. Request GET /v2.0/accounts/{account-uuid}/slates/{slate-uuid}/fields/{field-uuid}/history Authorization Required. Allowed authorization schemes: Authorization Scheme Supported JWT API Key not supported Headers Header Required Notes Content-Type: application/json required Continuation-Token optional Supply this from a previous call to get next list of entries Query Parameters N/A Response Response Status Code More Information Success 200 Successful response body details below Internal Server Error 500 more info Headers Header Frequency Notes Authorization sometimes if using JWT authorization scheme Body { "data": { "entities": [ { "displayName": "<user-display-name>", "timestamp": 0, //timestamp in unix time, utc "value": "<field value>" } ], "continuationToken": "" //either has a value, or empty string }, "correlationUUID": "<correlation-uuid>" }