Skip to main content
GET
/
v2
/
aether
/
playbook
/
knowledge
/
{article_id}
/
versions
List Versions
curl --request GET \
  --url https://api.example.com/v2/aether/playbook/knowledge/{article_id}/versions \
  --header 'Authorization: Bearer <token>'
[
  {
    "version_number": 123,
    "title": "<string>",
    "content": "<string>",
    "author_id": "<string>",
    "created_at": "2023-11-07T05:31:56Z"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.api.stuut.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

article_id
string
required

Response

Successful Response

version_number
integer
required

Sequential version number

title
string
required

Article title at this version

content
string
required

Full article content at this version

author_id
string | null
required

User who authored this version

operation
enum<string>
required

Audit operation (created, modified)

Available options:
created,
modified
created_at
string<date-time>
required

When this version was created