2018-10-02 13:16:58 +00:00
|
|
|
created: 20181002131215403
|
2019-09-03 08:47:55 +00:00
|
|
|
modified: 20190903094711346
|
2018-10-02 13:16:58 +00:00
|
|
|
tags: [[WebServer API]]
|
|
|
|
title: WebServer API: Get All Tiddlers
|
|
|
|
type: text/vnd.tiddlywiki
|
|
|
|
|
2019-09-03 08:47:55 +00:00
|
|
|
Gets an array of all raw non-system tiddlers, excluding the ''text'' field.
|
2018-10-02 13:16:58 +00:00
|
|
|
|
|
|
|
```
|
2018-10-03 20:42:34 +00:00
|
|
|
GET /recipes/default/tiddlers.json
|
2018-10-02 13:16:58 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
Parameters:
|
|
|
|
|
|
|
|
* none
|
|
|
|
|
|
|
|
Response:
|
|
|
|
|
|
|
|
|
|
|
|
* 200 OK
|
|
|
|
*> `Content-Type: application/json`
|
2019-09-03 08:47:55 +00:00
|
|
|
*> Body: array of all non-system tiddlers in [[TiddlyWeb JSON tiddler format]]
|