1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-16 10:29:54 +00:00

Docs: Clarify that webserver API get all tiddlers only returns non-system tiddlers

Fixes #4212
This commit is contained in:
Jeremy Ruston 2019-09-03 09:47:55 +01:00
parent 0610a7b1eb
commit 6496107a32

View File

@ -1,10 +1,10 @@
created: 20181002131215403
modified: 20181003174025431
modified: 20190903094711346
tags: [[WebServer API]]
title: WebServer API: Get All Tiddlers
type: text/vnd.tiddlywiki
Gets an array of all raw tiddlers, excluding the ''text'' field.
Gets an array of all raw non-system tiddlers, excluding the ''text'' field.
```
GET /recipes/default/tiddlers.json
@ -19,4 +19,4 @@ Response:
* 200 OK
*> `Content-Type: application/json`
*> Body: array of tiddlers in [[TiddlyWeb JSON tiddler format]]
*> Body: array of all non-system tiddlers in [[TiddlyWeb JSON tiddler format]]