Oneport Docs
ApiV1WorkspacesSlugChangelogs

/v1/workspaces/{slug}/changelogs

GET
/v1/workspaces/{slug}/changelogs

Path Parameters

slug*string

Query Parameters

includeDrafts?boolean

Response Body

application/json

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