GET
/changelog/{entryId}Get a changelog entry
Get a single changelog entry by ID
Parameters
| Name | In | Type | Description |
|---|---|---|---|
entryIdrequired | path | string | Changelog entry ID |
Response
Changelog entry details
| Field | Type | Description |
|---|---|---|
idrequired | string | TypeID - a type-prefixed UUID |
titlerequired | string | |
contentrequired | string | |
publishedAtrequired | string | null | When the entry was published (null if draft) |
createdAtrequired | string | ISO 8601 timestamp |
updatedAtrequired | string | ISO 8601 timestamp |
Errors
401Unauthorized404Changelog entry not foundExample request
curl \
"https://feedback.quackback.io/api/v1/changelog/:entryId" \
-H "Authorization: Bearer qb_your_api_key_here"