2018-10-02 13:16:58 +00:00
|
|
|
created: 20181002125954409
|
2018-10-02 13:54:46 +00:00
|
|
|
modified: 20181002135401854
|
2018-10-02 13:16:58 +00:00
|
|
|
tags: [[WebServer API]]
|
2018-10-02 13:54:46 +00:00
|
|
|
title: WebServer API: Get Rendered Tiddler
|
2018-10-02 13:16:58 +00:00
|
|
|
type: text/vnd.tiddlywiki
|
|
|
|
|
|
|
|
Gets a rendering of the specified tiddler. See [[using the read-only single tiddler view|Using the read-only single tiddler view]] for more details.
|
|
|
|
|
|
|
|
```
|
|
|
|
GET /{title}
|
|
|
|
```
|
|
|
|
|
|
|
|
Parameters:
|
|
|
|
|
|
|
|
* ''title'' - URI encoded title of the tiddler to render
|
|
|
|
|
|
|
|
Response:
|
|
|
|
|
|
|
|
|
|
|
|
* 200 OK
|
|
|
|
*> `Content-Type: <content-type>`
|
|
|
|
*> Body: tiddler rendering
|
|
|
|
* 404 Not Found
|