Oneport Docs
ApiV1WorkspacesSlugChangelogsBy slugChangelogslug

/v1/workspaces/{slug}/changelogs/by-slug/{changelogSlug}

GET
/v1/workspaces/{slug}/changelogs/by-slug/{changelogSlug}

Path Parameters

slug*string
changelogSlug*string

Response Body

application/json

application/json

curl -X GET "https://example.com/v1/workspaces/acme/changelogs/by-slug/string"
{  "id": "string",  "title": "string",  "slug": "string",  "content": "string",  "publishedAt": "string",  "postIds": [    "string"  ],  "createdAt": "string"}
{  "error": "string"}