v1

latestOpenAPI 3.0.02026-07-136452257.6 KB

Retrieve the history entries for this object

get/object/{id}/history

Query parameters

ascboolean

Should the history be retrieved in ascending order

Response

idstring required
affectedAttributestring

The name of the affected attribute

oldValuestring
newValuestring
typeinteger required
createdstring date-time required
objectIdstring required

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"
  }
]