Skip to content
GET/changelog/{entryId}

Get a changelog entry

Get a single changelog entry by ID

Parameters

NameInTypeDescription
entryIdrequiredpathstringChangelog entry ID

Response

Changelog entry details

FieldTypeDescription
idrequiredstringTypeID - a type-prefixed UUID
titlerequiredstring
contentrequiredstring
publishedAtrequiredstring | nullWhen the entry was published (null if draft)
createdAtrequiredstringISO 8601 timestamp
updatedAtrequiredstringISO 8601 timestamp

Errors

401Unauthorized
404Changelog entry not found

Example request

curl \
  "https://feedback.quackback.io/api/v1/changelog/:entryId" \
  -H "Authorization: Bearer qb_your_api_key_here"