From a5fccf17f6cf477426c17216b1bc7628e0434d79 Mon Sep 17 00:00:00 2001 From: Jake Swenson Date: Sat, 15 May 2021 10:27:52 -0700 Subject: working database queries --- src/models/tests/query_result.json | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/models/tests/query_result.json (limited to 'src/models/tests') diff --git a/src/models/tests/query_result.json b/src/models/tests/query_result.json new file mode 100644 index 0000000..56b8834 --- /dev/null +++ b/src/models/tests/query_result.json @@ -0,0 +1,43 @@ +{ + "object": "list", + "results": [ + { + "object": "page", + "id": "bb85a889-3eb3-4146-9325-80508fb5e23d", + "created_time": "2021-05-15T17:16:51.364Z", + "last_edited_time": "2021-05-15T17:16:00.000Z", + "parent": { + "type": "database_id", + "database_id": "5d794de0-2224-49d3-86f9-3540db13d884" + }, + "archived": false, + "properties": { + "Name": { + "id": "title", + "type": "title", + "title": [ + { + "type": "text", + "text": { + "content": "First", + "link": null + }, + "annotations": { + "bold": false, + "italic": false, + "strikethrough": false, + "underline": false, + "code": false, + "color": "default" + }, + "plain_text": "First", + "href": null + } + ] + } + } + } + ], + "next_cursor": null, + "has_more": false +} -- cgit v1.2.3