GET
/control-plane/api/v1/tasks/changelogs/version/{version_id}
Authentication
API Key (BearerAuth)
Header:
Authorization
Path Parameters
version_idstringrequired
Version ID
Responses
200
OK
Response Fields:
content(string)created_at(string)id(string)published_at(string)updated_at(string)version(object)version_id(string)
Example:
{
"content": "string",
"created_at": "string",
"id": "string",
"published_at": "string",
"updated_at": "string",
"version": {
"due_date": "string",
"id": "string",
"name": "string",
"start_date": "string",
"state": "string"
},
"version_id": "string"
}