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

The response is of type object[].