Get a changelog by ID. Unauthenticated requests return only published changelogs. Authenticated requests (matching workspaceId) also return unpublished changelogs.
GET
/
changelogs
/
{workspaceId}
/
{changelogId}
Get changelog
curl --request GET \
--url https://productlane.com/api/v1/changelogs/{workspaceId}/{changelogId}