afl_content_text_get
Fetches a single text article by ID, returning title, body, author, and references. Provides direct access to article content without requiring authentication.
Instructions
Get a single text article by id.
Returns: {id, type:'text', title, body, author, references, tags}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Content item id. Required — part of the URL path. |