GET
/
changelogs
/
{workspaceId}
curl --request GET \
  --url https://productlane.com/api/v1/changelogs/{workspaceId}
[
  {
    "id": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "isDeleted": true,
    "version": 123,
    "date": "2023-11-07T05:31:56Z",
    "published": true,
    "title": "<string>",
    "notes": "<any>",
    "archived": true,
    "imageUrl": "<string>",
    "projectId": "<string>",
    "workspaceId": "<string>"
  }
]

Path Parameters

workspaceId
string
required

Response

200
application/json
Successful response
id
string
required
createdAt
string
required
updatedAt
string
required
isDeleted
boolean
required
version
number
required
date
string | null
required
published
boolean
required
title
string
required
archived
boolean
required
imageUrl
string | null
required
projectId
string | null
required
workspaceId
string
required
notes
any