v1
latestOpenAPI 3.0.02026-07-136452257.6 KBRetrieve the history entries for this object
get/object/{id}/history
Query parameters
ascboolean
Should the history be retrieved in ascending order
Response
Example response
[
{
"actor": {
"avatarUrl": "https://avatar-management-url/6g2c42d1f6fgd2112cgc66dc/f0bfb5b7-7b3b-4ce6-98a6-bdb5825c19b4/48",
"displayName": "John Smith",
"name": "John Smith",
"key": "6g2c42d1f6fgd2112cgc66dc",
"emailAddress": "john.smith@atlassian.com",
"isDeleted": false
},
"id": "8122",
"affectedAttribute": "Placeholder",
"oldValue": "",
"newValue": "A placeholder value",
"created": "2021-04-20T14:55:02.833Z",
"objectId": "88"
},
{
"actor": {
"avatarUrl": "https://avatar-management-url/6g2c42d1f6fgd2112cgc66dc/f0bfb5b7-7b3b-4ce6-98a6-bdb5825c19b4/48",
"displayName": "John Smith",
"name": "John Smith",
"key": "6g2c42d1f6fgd2112cgc66dc",
"emailAddress": "john.smith@atlassian.com",
"isDeleted": false
},
"id": "108",
"created": "2021-02-16T20:04:41.554Z",
"objectId": "88"
}
]