Skip to content
Pile
Esc
↑↓navigate↵open⌘Jpreview

List support widget changelog

GET/support/widget/{key}/changelog
Path parameters
keystringrequired
Responses
200

Published changelog entries for the workspace

entriesobject[]required
Show properties
Array of object
idstringrequired
titlestringrequired
bodystringrequired
labelsstring[]required
publishedAtstringrequired
Try it
Server
Parameters
Request
curl -X GET '/support/widget/string/changelog'
Response
{
  "entries": [
    {
      "id": "string",
      "title": "string",
      "body": "string",
      "labels": [
        "string"
      ],
      "publishedAt": "string"
    }
  ]
}