{ "uuid": "4c2c40d4-9faf-452a-a698-b49137145cb7", "lastMigration": 29, "name": "Notion API - Public Beta", "endpointPrefix": "", "latency": 0, "port": 3000, "hostname": "", "routes": [ { "uuid": "548dc69d-c3ad-4a1f-b53c-e67795fb9671", "documentation": "Retrieve a block", "method": "get", "endpoint": "v1/blocks/:id", "responses": [ { "uuid": "66affd08-a1b8-4fa2-a1ae-24844cd4c690", "body": "{\n \"created_time\": \"2021-08-06T17:46:00.000Z\",\n \"has_children\": {{faker 'datatype.boolean'}},\n \"id\": \"4868767d-9029-4b9d-a41b-652ef4c9c7b9\",\n \"last_edited_time\": \"2021-08-12T00:12:00.000Z\",\n \"object\": \"block\",\n \"paragraph\": {\n \"text\": [\n {\n \"annotations\": {\n \"bold\": {{faker 'datatype.boolean'}},\n \"code\": {{faker 'datatype.boolean'}},\n \"color\": \"default\",\n \"italic\": {{faker 'datatype.boolean'}},\n \"strikethrough\": {{faker 'datatype.boolean'}},\n \"underline\": {{faker 'datatype.boolean'}}\n },\n \"href\": \"\",\n \"plain_text\": \"hello to you\",\n \"text\": {\n \"content\": \"hello to you\",\n \"link\": \"\"\n },\n \"type\": \"text\"\n }\n ]\n },\n \"type\": \"paragraph\"\n}", "latency": 0, "statusCode": 200, "label": "200 Success - Retrieve a block", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "CF-Cache-Status", "value": "" }, { "key": "CF-RAY", "value": "" }, { "key": "Connection", "value": "" }, { "key": "Content-Encoding", "value": "" }, { "key": "Content-Security-Policy", "value": "" }, { "key": "Date", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expect-CT", "value": "" }, { "key": "Referrer-Policy", "value": "" }, { "key": "Server", "value": "" }, { "key": "Set-Cookie", "value": "" }, { "key": "Strict-Transport-Security", "value": "" }, { "key": "Transfer-Encoding", "value": "" }, { "key": "Vary", "value": "" }, { "key": "X-Content-Security-Policy", "value": "" }, { "key": "X-Content-Type-Options", "value": "" }, { "key": "X-DNS-Prefetch-Control", "value": "" }, { "key": "X-Download-Options", "value": "" }, { "key": "X-Frame-Options", "value": "" }, { "key": "X-WebKit-CSP", "value": "" }, { "key": "X-XSS-Protection", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "494fc42c-3947-4be8-aec8-18a726738252", "documentation": "Update a block", "method": "patch", "endpoint": "v1/blocks/:id", "responses": [ { "uuid": "3b5e5e5f-268d-44d3-95cc-1741b94fb7f5", "body": "{\n \"created_time\": \"2021-08-06T17:46:00.000Z\",\n \"has_children\": {{faker 'datatype.boolean'}},\n \"id\": \"4868767d-9029-4b9d-a41b-652ef4c9c7b9\",\n \"last_edited_time\": \"2021-08-12T00:12:00.000Z\",\n \"object\": \"block\",\n \"paragraph\": {\n \"text\": [\n {\n \"annotations\": {\n \"bold\": {{faker 'datatype.boolean'}},\n \"code\": {{faker 'datatype.boolean'}},\n \"color\": \"default\",\n \"italic\": {{faker 'datatype.boolean'}},\n \"strikethrough\": {{faker 'datatype.boolean'}},\n \"underline\": {{faker 'datatype.boolean'}}\n },\n \"href\": \"\",\n \"plain_text\": \"hello to you\",\n \"text\": {\n \"content\": \"hello to you\",\n \"link\": \"\"\n },\n \"type\": \"text\"\n }\n ]\n },\n \"type\": \"paragraph\"\n}", "latency": 0, "statusCode": 200, "label": "200 Success - Update a block", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "CF-Cache-Status", "value": "" }, { "key": "CF-RAY", "value": "" }, { "key": "Connection", "value": "" }, { "key": "Content-Encoding", "value": "" }, { "key": "Content-Security-Policy", "value": "" }, { "key": "Date", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expect-CT", "value": "" }, { "key": "Referrer-Policy", "value": "" }, { "key": "Server", "value": "" }, { "key": "Set-Cookie", "value": "" }, { "key": "Strict-Transport-Security", "value": "" }, { "key": "Transfer-Encoding", "value": "" }, { "key": "Vary", "value": "" }, { "key": "X-Content-Security-Policy", "value": "" }, { "key": "X-Content-Type-Options", "value": "" }, { "key": "X-DNS-Prefetch-Control", "value": "" }, { "key": "X-Download-Options", "value": "" }, { "key": "X-Frame-Options", "value": "" }, { "key": "X-WebKit-CSP", "value": "" }, { "key": "X-XSS-Protection", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a891f7db-0524-4e9c-a2ba-0eab9e06ea62", "documentation": "Retrieve block children", "method": "get", "endpoint": "v1/blocks/:id/children", "responses": [ { "uuid": "afab0ad7-c522-4ef1-b721-dfa7fa3d8e2e", "body": "{\n \"has_more\": {{faker 'datatype.boolean'}},\n \"next_cursor\": \"\",\n \"object\": \"list\",\n \"results\": [\n {\n \"created_time\": \"2021-04-27T20:38:19.437Z\",\n \"has_children\": {{faker 'datatype.boolean'}},\n \"id\": \"48c1ffb5-2789-4025-937b-2c35eaaaab3f\",\n \"last_edited_time\": \"2021-04-27T20:38:19.437Z\",\n \"object\": \"block\",\n \"type\": \"unsupported\",\n \"unsupported\": {}\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "200 Success - Retrieve block children", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "CF-Cache-Status", "value": "" }, { "key": "CF-RAY", "value": "" }, { "key": "Connection", "value": "" }, { "key": "Content-Encoding", "value": "" }, { "key": "Content-Security-Policy", "value": "" }, { "key": "Date", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expect-CT", "value": "" }, { "key": "Referrer-Policy", "value": "" }, { "key": "Server", "value": "" }, { "key": "Set-Cookie", "value": "" }, { "key": "Strict-Transport-Security", "value": "" }, { "key": "Transfer-Encoding", "value": "" }, { "key": "Vary", "value": "" }, { "key": "X-Content-Security-Policy", "value": "" }, { "key": "X-Content-Type-Options", "value": "" }, { "key": "X-DNS-Prefetch-Control", "value": "" }, { "key": "X-Download-Options", "value": "" }, { "key": "X-Frame-Options", "value": "" }, { "key": "X-WebKit-CSP", "value": "" }, { "key": "X-XSS-Protection", "value": "" }, { "key": "cf-request-id", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a692164b-5200-419e-b5a7-2f944ed274a8", "documentation": "Append block children", "method": "patch", "endpoint": "v1/blocks/:id/children", "responses": [ { "uuid": "598ffb8b-7836-405b-80fc-7c4d38eb2f78", "body": "{\n \"child_page\": {\n \"title\": \"Who Will Teach Silicon Valley to Be Ethical? \"\n },\n \"created_time\": \"2021-04-27T20:38:19.437Z\",\n \"has_children\": true,\n \"id\": \"a1712d54-53e4-4893-a69d-4d581cd2c845\",\n \"last_edited_time\": \"2021-05-12T06:07:37.724Z\",\n \"object\": \"block\",\n \"type\": \"child_page\"\n}", "latency": 0, "statusCode": 200, "label": "200 Success - Append block children", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "CF-Cache-Status", "value": "" }, { "key": "CF-RAY", "value": "" }, { "key": "Connection", "value": "" }, { "key": "Content-Encoding", "value": "" }, { "key": "Content-Security-Policy", "value": "" }, { "key": "Date", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expect-CT", "value": "" }, { "key": "Referrer-Policy", "value": "" }, { "key": "Server", "value": "" }, { "key": "Set-Cookie", "value": "" }, { "key": "Strict-Transport-Security", "value": "" }, { "key": "Transfer-Encoding", "value": "" }, { "key": "Vary", "value": "" }, { "key": "X-Content-Security-Policy", "value": "" }, { "key": "X-Content-Type-Options", "value": "" }, { "key": "X-DNS-Prefetch-Control", "value": "" }, { "key": "X-Download-Options", "value": "" }, { "key": "X-Frame-Options", "value": "" }, { "key": "X-WebKit-CSP", "value": "" }, { "key": "X-XSS-Protection", "value": "" }, { "key": "cf-request-id", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "03468b26-1bec-4c0e-ae24-622e1b8c6547", "documentation": "Retrieve a database", "method": "get", "endpoint": "v1/databases/:id", "responses": [ { "uuid": "46e2fcfa-9590-4311-85fa-390d03294b72", "body": "{\n \"created_time\": \"2021-04-27T20:38:19.437Z\",\n \"id\": \"8e2c2b76-9e1d-47d2-87b9-ed3035d607ae\",\n \"last_edited_time\": \"2021-04-27T21:15:00.000Z\",\n \"object\": \"database\",\n \"properties\": {\n \"Author\": {\n \"id\": \"qNw_\",\n \"multi_select\": {\n \"options\": [\n {\n \"color\": \"default\",\n \"id\": \"15592971-7b30-43d5-9406-2eb69b13fcae\",\n \"name\": \"Spencer Greenberg\"\n }\n ]\n },\n \"type\": \"multi_select\"\n },\n \"Link\": {\n \"id\": \"VVMi\",\n \"type\": \"url\",\n \"url\": {}\n },\n \"Name\": {\n \"id\": \"title\",\n \"title\": {},\n \"type\": \"title\"\n },\n \"Publisher\": {\n \"id\": \">$Pb\",\n \"select\": {\n \"options\": [\n {\n \"color\": \"default\",\n \"id\": \"c5ee409a-f307-4176-99ee-6e424fa89afa\",\n \"name\": \"NYT\"\n }\n ]\n },\n \"type\": \"select\"\n },\n \"Publishing/Release Date\": {\n \"date\": {},\n \"id\": \"?ex+\",\n \"type\": \"date\"\n },\n \"Read\": {\n \"checkbox\": {},\n \"id\": \"_MWJ\",\n \"type\": \"checkbox\"\n },\n \"Score /5\": {\n \"id\": \")Y7\\\"\",\n \"select\": {\n \"options\": [\n {\n \"color\": \"default\",\n \"id\": \"5c944de7-3f4b-4567-b3a1-fa2c71c540b6\",\n \"name\": \"⭐️⭐️⭐️⭐️⭐️\"\n }\n ]\n },\n \"type\": \"select\"\n },\n \"Status\": {\n \"id\": \"`zz5\",\n \"select\": {\n \"options\": [\n {\n \"color\": \"yellow\",\n \"id\": \"8c4a056e-6709-4dd1-ba58-d34d9480855a\",\n \"name\": \"Ready to Start\"\n }\n ]\n },\n \"type\": \"select\"\n },\n \"Summary\": {\n \"id\": \"?\\\\25\",\n \"text\": {},\n \"type\": \"text\"\n },\n \"Type\": {\n \"id\": \"/7eo\",\n \"select\": {\n \"options\": [\n {\n \"color\": \"default\",\n \"id\": \"f96d0d0a-5564-4a20-ab15-5f040d49759e\",\n \"name\": \"Article\"\n }\n ]\n },\n \"type\": \"select\"\n }\n },\n \"title\": [\n {\n \"annotations\": {\n \"bold\": {{faker 'datatype.boolean'}},\n \"code\": {{faker 'datatype.boolean'}},\n \"color\": \"default\",\n \"italic\": {{faker 'datatype.boolean'}},\n \"strikethrough\": {{faker 'datatype.boolean'}},\n \"underline\": {{faker 'datatype.boolean'}}\n },\n \"href\": \"\",\n \"plain_text\": \"Media\",\n \"text\": {\n \"content\": \"Media\",\n \"link\": \"\"\n },\n \"type\": \"text\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "200 Success - Retrieve a database", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "CF-Cache-Status", "value": "" }, { "key": "CF-RAY", "value": "" }, { "key": "Connection", "value": "" }, { "key": "Content-Encoding", "value": "" }, { "key": "Content-Security-Policy", "value": "" }, { "key": "Date", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expect-CT", "value": "" }, { "key": "Referrer-Policy", "value": "" }, { "key": "Server", "value": "" }, { "key": "Set-Cookie", "value": "" }, { "key": "Strict-Transport-Security", "value": "" }, { "key": "Transfer-Encoding", "value": "" }, { "key": "Vary", "value": "" }, { "key": "X-Content-Security-Policy", "value": "" }, { "key": "X-Content-Type-Options", "value": "" }, { "key": "X-DNS-Prefetch-Control", "value": "" }, { "key": "X-Download-Options", "value": "" }, { "key": "X-Frame-Options", "value": "" }, { "key": "X-WebKit-CSP", "value": "" }, { "key": "X-XSS-Protection", "value": "" }, { "key": "cf-request-id", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "e3dc8838-63d4-429f-b8e8-14d6d74721fc", "documentation": "Update a database", "method": "patch", "endpoint": "v1/databases/:id", "responses": [ { "uuid": "3674571c-2e60-4f32-a274-b142287e6dbb", "body": "{\n \"created_time\": \"2021-05-14T18:22:00.000Z\",\n \"id\": \"7a94f22f-59ae-484d-90ac-4aeddd667641\",\n \"last_edited_time\": \"2021-08-13T23:40:00.000Z\",\n \"object\": \"database\",\n \"parent\": {\n \"page_id\": \"10941704-8885-4be3-83c9-bb918b171bb6\",\n \"type\": \"page_id\"\n },\n \"properties\": {\n \"Author\": {\n \"id\": \"qNw_\",\n \"multi_select\": {\n \"options\": [\n {\n \"color\": \"default\",\n \"id\": \"15592971-7b30-43d5-9406-2eb69b13fcae\",\n \"name\": \"Spencer Greenberg\"\n }\n ]\n },\n \"name\": \"Author\",\n \"type\": \"multi_select\"\n },\n \"Link\": {\n \"id\": \"VVMi\",\n \"name\": \"Link\",\n \"type\": \"url\",\n \"url\": {}\n },\n \"Name\": {\n \"id\": \"title\",\n \"name\": \"Name\",\n \"title\": {},\n \"type\": \"title\"\n },\n \"Publisher\": {\n \"id\": \">$Pb\",\n \"name\": \"Publisher\",\n \"select\": {\n \"options\": [\n {\n \"color\": \"default\",\n \"id\": \"c5ee409a-f307-4176-99ee-6e424fa89afa\",\n \"name\": \"NYT\"\n }\n ]\n },\n \"type\": \"select\"\n },\n \"Publishing/Release Date\": {\n \"date\": {},\n \"id\": \"?ex+\",\n \"name\": \"Publishing/Release Date\",\n \"type\": \"date\"\n },\n \"Read\": {\n \"checkbox\": {},\n \"id\": \"_MWJ\",\n \"name\": \"Read\",\n \"type\": \"checkbox\"\n },\n \"Score /5\": {\n \"id\": \")Y7\\\"\",\n \"name\": \"Score /5\",\n \"select\": {\n \"options\": [\n {\n \"color\": \"default\",\n \"id\": \"5c944de7-3f4b-4567-b3a1-fa2c71c540b6\",\n \"name\": \"⭐️⭐️⭐️⭐️⭐️\"\n }\n ]\n },\n \"type\": \"select\"\n },\n \"Status\": {\n \"id\": \"`zz5\",\n \"name\": \"Status\",\n \"select\": {\n \"options\": [\n {\n \"color\": \"yellow\",\n \"id\": \"8c4a056e-6709-4dd1-ba58-d34d9480855a\",\n \"name\": \"Ready to Start\"\n }\n ]\n },\n \"type\": \"select\"\n },\n \"Summary\": {\n \"id\": \"?\\\\25\",\n \"name\": \"Summary\",\n \"rich_text\": {},\n \"type\": \"rich_text\"\n },\n \"Type\": {\n \"id\": \"/7eo\",\n \"name\": \"Type\",\n \"select\": {\n \"options\": [\n {\n \"color\": \"default\",\n \"id\": \"f96d0d0a-5564-4a20-ab15-5f040d49759e\",\n \"name\": \"Article\"\n }\n ]\n },\n \"type\": \"select\"\n },\n \"Wine Pairing\": {\n \"id\": \"WO@Z\",\n \"name\": \"Wine Pairing\",\n \"rich_text\": {},\n \"type\": \"rich_text\"\n },\n \"date\": {\n \"date\": {},\n \"id\": \"Lpwp\",\n \"name\": \"date\",\n \"type\": \"date\"\n }\n },\n \"title\": [\n {\n \"annotations\": {\n \"bold\": {{faker 'datatype.boolean'}},\n \"code\": {{faker 'datatype.boolean'}},\n \"color\": \"default\",\n \"italic\": {{faker 'datatype.boolean'}},\n \"strikethrough\": {{faker 'datatype.boolean'}},\n \"underline\": {{faker 'datatype.boolean'}}\n },\n \"href\": \"\",\n \"plain_text\": \"Ever Better Reading List Title\",\n \"text\": {\n \"content\": \"Ever Better Reading List Title\",\n \"link\": \"\"\n },\n \"type\": \"text\"\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "200 Success - Update a database", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "CF-Cache-Status", "value": "" }, { "key": "CF-RAY", "value": "" }, { "key": "Connection", "value": "" }, { "key": "Content-Encoding", "value": "" }, { "key": "Content-Security-Policy", "value": "" }, { "key": "Date", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expect-CT", "value": "" }, { "key": "Referrer-Policy", "value": "" }, { "key": "Server", "value": "" }, { "key": "Set-Cookie", "value": "" }, { "key": "Strict-Transport-Security", "value": "" }, { "key": "Transfer-Encoding", "value": "" }, { "key": "Vary", "value": "" }, { "key": "X-Content-Security-Policy", "value": "" }, { "key": "X-Content-Type-Options", "value": "" }, { "key": "X-DNS-Prefetch-Control", "value": "" }, { "key": "X-Download-Options", "value": "" }, { "key": "X-Frame-Options", "value": "" }, { "key": "X-WebKit-CSP", "value": "" }, { "key": "X-XSS-Protection", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "753c1ecb-ef15-4c2a-96d1-a73342e94700", "documentation": "Query a database", "method": "post", "endpoint": "v1/databases/:id/query", "responses": [ { "uuid": "86f796f4-32a2-4219-8ae9-59ea673a5941", "body": "{\n \"has_more\": {{faker 'datatype.boolean'}},\n \"next_cursor\": \"\",\n \"object\": \"list\",\n \"results\": [\n {\n \"archived\": {{faker 'datatype.boolean'}},\n \"created_time\": \"2021-04-27T20:38:19.437Z\",\n \"id\": \"557ef501-bfdb-4586-918e-4434f31bca8c\",\n \"last_edited_time\": \"2021-04-27T20:38:19.437Z\",\n \"object\": \"page\",\n \"parent\": {\n \"database_id\": \"8e2c2b76-9e1d-47d2-87b9-ed3035d607ae\",\n \"type\": \"database_id\"\n },\n \"properties\": {\n \"Author\": {\n \"id\": \"qNw_\",\n \"multi_select\": [\n {\n \"color\": \"default\",\n \"id\": \"ae3a2cbe-1fc9-4376-be35-331628b34623\",\n \"name\": \"Karen Swallow Prior\"\n }\n ],\n \"type\": \"multi_select\"\n },\n \"Link\": {\n \"id\": \"VVMi\",\n \"type\": \"url\",\n \"url\": \"https://www.theatlantic.com/entertainment/archive/2016/03/how-jane-eyre-created-the-modern-self/460461/\"\n },\n \"Name\": {\n \"id\": \"title\",\n \"title\": [\n {\n \"annotations\": {\n \"bold\": {{faker 'datatype.boolean'}},\n \"code\": {{faker 'datatype.boolean'}},\n \"color\": \"default\",\n \"italic\": true,\n \"strikethrough\": {{faker 'datatype.boolean'}},\n \"underline\": {{faker 'datatype.boolean'}}\n },\n \"href\": \"\",\n \"plain_text\": \"Jane Eyre\",\n \"text\": {\n \"content\": \"Jane Eyre\",\n \"link\": \"\"\n },\n \"type\": \"text\"\n }\n ],\n \"type\": \"title\"\n },\n \"Publisher\": {\n \"id\": \">$Pb\",\n \"select\": {\n \"color\": \"red\",\n \"id\": \"01f82d08-aa1f-4884-a4e0-3bc32f909ec4\",\n \"name\": \"The Atlantic\"\n },\n \"type\": \"select\"\n },\n \"Publishing/Release Date\": {\n \"date\": {\n \"end\": \"\",\n \"start\": \"2016-10-03\"\n },\n \"id\": \"?ex+\",\n \"type\": \"date\"\n },\n \"Read\": {\n \"checkbox\": {{faker 'datatype.boolean'}},\n \"id\": \"_MWJ\",\n \"type\": \"checkbox\"\n },\n \"Score /5\": {\n \"id\": \")Y7\\\"\",\n \"select\": {\n \"color\": \"default\",\n \"id\": \"66d3d050-086c-4a91-8c56-d55dc67e7789\",\n \"name\": \"⭐️⭐️\"\n },\n \"type\": \"select\"\n },\n \"Status\": {\n \"id\": \"`zz5\",\n \"select\": {\n \"color\": \"red\",\n \"id\": \"5925ba22-0126-4b58-90c7-b8bbb2c3c895\",\n \"name\": \"Reading\"\n },\n \"type\": \"select\"\n },\n \"Summary\": {\n \"id\": \"?\\\\25\",\n \"text\": [\n \"\"\n ],\n \"type\": \"text\"\n },\n \"Type\": {\n \"id\": \"/7eo\",\n \"select\": {\n \"color\": \"default\",\n \"id\": \"9cc30548-59d6-4cd3-94bc-d234081525c4\",\n \"name\": \"Essay Resource\"\n },\n \"type\": \"select\"\n }\n }\n }\n ]\n}", "latency": 0, "statusCode": 200, "label": "200 Success - Query a Database (Single Filter)", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "CF-Cache-Status", "value": "" }, { "key": "CF-RAY", "value": "" }, { "key": "Connection", "value": "" }, { "key": "Content-Encoding", "value": "" }, { "key": "Content-Security-Policy", "value": "" }, { "key": "Date", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expect-CT", "value": "" }, { "key": "Referrer-Policy", "value": "" }, { "key": "Server", "value": "" }, { "key": "Set-Cookie", "value": "" }, { "key": "Strict-Transport-Security", "value": "" }, { "key": "Transfer-Encoding", "value": "" }, { "key": "Vary", "value": "" }, { "key": "X-Content-Security-Policy", "value": "" }, { "key": "X-Content-Type-Options", "value": "" }, { "key": "X-DNS-Prefetch-Control", "value": "" }, { "key": "X-Download-Options", "value": "" }, { "key": "X-Frame-Options", "value": "" }, { "key": "X-WebKit-CSP", "value": "" }, { "key": "X-XSS-Protection", "value": "" }, { "key": "cf-request-id", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "a1c842c1-f015-4c52-8890-a83d18669f00", "documentation": "Retrieve a Page", "method": "get", "endpoint": "v1/pages/:id", "responses": [ { "uuid": "952e9a05-0945-4368-a043-f80c9f0b23fe", "body": "{\n \"archived\": {{faker 'datatype.boolean'}},\n \"created_time\": \"2021-04-27T20:38:19.437Z\",\n \"id\": \"a1712d54-53e4-4893-a69d-4d581cd2c845\",\n \"last_edited_time\": \"2021-04-27T20:38:19.437Z\",\n \"object\": \"page\",\n \"parent\": {\n \"database_id\": \"8e2c2b76-9e1d-47d2-87b9-ed3035d607ae\",\n \"type\": \"database_id\"\n },\n \"properties\": {\n \"Author\": {\n \"id\": \"qNw_\",\n \"multi_select\": [\n {\n \"color\": \"default\",\n \"id\": \"833e2c78-35ed-4601-badc-50c323341d76\",\n \"name\": \"Kara Swisher\"\n }\n ],\n \"type\": \"multi_select\"\n },\n \"Link\": {\n \"id\": \"VVMi\",\n \"type\": \"url\",\n \"url\": \"https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html\"\n },\n \"Name\": {\n \"id\": \"title\",\n \"title\": [\n {\n \"annotations\": {\n \"bold\": {{faker 'datatype.boolean'}},\n \"code\": {{faker 'datatype.boolean'}},\n \"color\": \"default\",\n \"italic\": {{faker 'datatype.boolean'}},\n \"strikethrough\": {{faker 'datatype.boolean'}},\n \"underline\": {{faker 'datatype.boolean'}}\n },\n \"href\": \"\",\n \"plain_text\": \"Who Will Teach Silicon Valley to Be Ethical? \",\n \"text\": {\n \"content\": \"Who Will Teach Silicon Valley to Be Ethical? \",\n \"link\": \"\"\n },\n \"type\": \"text\"\n }\n ],\n \"type\": \"title\"\n },\n \"Publisher\": {\n \"id\": \">$Pb\",\n \"select\": {\n \"color\": \"default\",\n \"id\": \"c5ee409a-f307-4176-99ee-6e424fa89afa\",\n \"name\": \"NYT\"\n },\n \"type\": \"select\"\n },\n \"Publishing/Release Date\": {\n \"date\": {\n \"end\": \"\",\n \"start\": \"2018-10-21\"\n },\n \"id\": \"?ex+\",\n \"type\": \"date\"\n },\n \"Read\": {\n \"checkbox\": {{faker 'datatype.boolean'}},\n \"id\": \"_MWJ\",\n \"type\": \"checkbox\"\n },\n \"Status\": {\n \"id\": \"`zz5\",\n \"select\": {\n \"color\": \"yellow\",\n \"id\": \"8c4a056e-6709-4dd1-ba58-d34d9480855a\",\n \"name\": \"Ready to Start\"\n },\n \"type\": \"select\"\n },\n \"Summary\": {\n \"id\": \"?\\\\25\",\n \"text\": [\n {\n \"annotations\": {\n \"bold\": {{faker 'datatype.boolean'}},\n \"code\": {{faker 'datatype.boolean'}},\n \"color\": \"default\",\n \"italic\": {{faker 'datatype.boolean'}},\n \"strikethrough\": {{faker 'datatype.boolean'}},\n \"underline\": {{faker 'datatype.boolean'}}\n },\n \"href\": \"\",\n \"plain_text\": \"Some think chief ethics officers could help technology companies navigate political and social questions.\",\n \"text\": {\n \"content\": \"Some think chief ethics officers could help technology companies navigate political and social questions.\",\n \"link\": \"\"\n },\n \"type\": \"text\"\n }\n ],\n \"type\": \"text\"\n },\n \"Type\": {\n \"id\": \"/7eo\",\n \"select\": {\n \"color\": \"default\",\n \"id\": \"f96d0d0a-5564-4a20-ab15-5f040d49759e\",\n \"name\": \"Article\"\n },\n \"type\": \"select\"\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "200 Success - Retrieve a Page", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "CF-Cache-Status", "value": "" }, { "key": "CF-RAY", "value": "" }, { "key": "Connection", "value": "" }, { "key": "Content-Encoding", "value": "" }, { "key": "Content-Security-Policy", "value": "" }, { "key": "Date", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expect-CT", "value": "" }, { "key": "Referrer-Policy", "value": "" }, { "key": "Server", "value": "" }, { "key": "Set-Cookie", "value": "" }, { "key": "Strict-Transport-Security", "value": "" }, { "key": "Transfer-Encoding", "value": "" }, { "key": "Vary", "value": "" }, { "key": "X-Content-Security-Policy", "value": "" }, { "key": "X-Content-Type-Options", "value": "" }, { "key": "X-DNS-Prefetch-Control", "value": "" }, { "key": "X-Download-Options", "value": "" }, { "key": "X-Frame-Options", "value": "" }, { "key": "X-WebKit-CSP", "value": "" }, { "key": "X-XSS-Protection", "value": "" }, { "key": "cf-request-id", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "0029388f-94f3-4d5a-8f17-a3e1a5f0e683", "documentation": "Update Page properties ", "method": "patch", "endpoint": "v1/pages/:id", "responses": [ { "uuid": "8b8f40d8-2def-4ad8-be49-880414798c02", "body": "{\n \"archived\": {{faker 'datatype.boolean'}},\n \"created_time\": \"2021-04-27T20:38:19.437Z\",\n \"id\": \"a1712d54-53e4-4893-a69d-4d581cd2c845\",\n \"last_edited_time\": \"2021-04-28T23:12:53.160Z\",\n \"object\": \"page\",\n \"parent\": {\n \"database_id\": \"8e2c2b76-9e1d-47d2-87b9-ed3035d607ae\",\n \"type\": \"database_id\"\n },\n \"properties\": {\n \"Author\": {\n \"id\": \"qNw_\",\n \"multi_select\": [\n {\n \"color\": \"default\",\n \"id\": \"833e2c78-35ed-4601-badc-50c323341d76\",\n \"name\": \"Kara Swisher\"\n }\n ],\n \"type\": \"multi_select\"\n },\n \"Link\": {\n \"id\": \"VVMi\",\n \"type\": \"url\",\n \"url\": \"https://www.nytimes.com/2018/10/21/opinion/who-will-teach-silicon-valley-to-be-ethical.html\"\n },\n \"Name\": {\n \"id\": \"title\",\n \"title\": [\n {\n \"annotations\": {\n \"bold\": {{faker 'datatype.boolean'}},\n \"code\": {{faker 'datatype.boolean'}},\n \"color\": \"default\",\n \"italic\": {{faker 'datatype.boolean'}},\n \"strikethrough\": {{faker 'datatype.boolean'}},\n \"underline\": {{faker 'datatype.boolean'}}\n },\n \"href\": \"\",\n \"plain_text\": \"Who Will Teach Silicon Valley to Be Ethical? \",\n \"text\": {\n \"content\": \"Who Will Teach Silicon Valley to Be Ethical? \",\n \"link\": \"\"\n },\n \"type\": \"text\"\n }\n ],\n \"type\": \"title\"\n },\n \"Publisher\": {\n \"id\": \">$Pb\",\n \"select\": {\n \"color\": \"default\",\n \"id\": \"c5ee409a-f307-4176-99ee-6e424fa89afa\",\n \"name\": \"NYT\"\n },\n \"type\": \"select\"\n },\n \"Publishing/Release Date\": {\n \"date\": {\n \"end\": \"\",\n \"start\": \"2018-10-21\"\n },\n \"id\": \"?ex+\",\n \"type\": \"date\"\n },\n \"Read\": {\n \"checkbox\": true,\n \"id\": \"_MWJ\",\n \"type\": \"checkbox\"\n },\n \"Score /5\": {\n \"id\": \")Y7\\\"\",\n \"select\": {\n \"color\": \"default\",\n \"id\": \"b7307e35-c80a-4cb5-bb6b-6054523b394a\",\n \"name\": \"⭐️⭐️⭐️⭐️\"\n },\n \"type\": \"select\"\n },\n \"Status\": {\n \"id\": \"`zz5\",\n \"select\": {\n \"color\": \"red\",\n \"id\": \"5925ba22-0126-4b58-90c7-b8bbb2c3c895\",\n \"name\": \"Reading\"\n },\n \"type\": \"select\"\n },\n \"Summary\": {\n \"id\": \"?\\\\25\",\n \"rich_text\": [\n {\n \"annotations\": {\n \"bold\": {{faker 'datatype.boolean'}},\n \"code\": {{faker 'datatype.boolean'}},\n \"color\": \"default\",\n \"italic\": {{faker 'datatype.boolean'}},\n \"strikethrough\": {{faker 'datatype.boolean'}},\n \"underline\": {{faker 'datatype.boolean'}}\n },\n \"href\": \"\",\n \"plain_text\": \"Some think chief ethics officers could help technology companies navigate political and social questions.\",\n \"text\": {\n \"content\": \"Some think chief ethics officers could help technology companies navigate political and social questions.\",\n \"link\": \"\"\n },\n \"type\": \"text\"\n }\n ],\n \"type\": \"rich_text\"\n },\n \"Type\": {\n \"id\": \"/7eo\",\n \"select\": {\n \"color\": \"default\",\n \"id\": \"f96d0d0a-5564-4a20-ab15-5f040d49759e\",\n \"name\": \"Article\"\n },\n \"type\": \"select\"\n }\n }\n}", "latency": 0, "statusCode": 200, "label": "200 Success - Update Page properties", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "CF-Cache-Status", "value": "" }, { "key": "CF-RAY", "value": "" }, { "key": "Connection", "value": "" }, { "key": "Content-Encoding", "value": "" }, { "key": "Content-Security-Policy", "value": "" }, { "key": "Date", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expect-CT", "value": "" }, { "key": "Referrer-Policy", "value": "" }, { "key": "Server", "value": "" }, { "key": "Set-Cookie", "value": "" }, { "key": "Strict-Transport-Security", "value": "" }, { "key": "Transfer-Encoding", "value": "" }, { "key": "Vary", "value": "" }, { "key": "X-Content-Security-Policy", "value": "" }, { "key": "X-Content-Type-Options", "value": "" }, { "key": "X-DNS-Prefetch-Control", "value": "" }, { "key": "X-Download-Options", "value": "" }, { "key": "X-Frame-Options", "value": "" }, { "key": "X-WebKit-CSP", "value": "" }, { "key": "X-XSS-Protection", "value": "" }, { "key": "cf-request-id", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" }, { "uuid": "ee7652d8-2b05-4413-bbe6-339f71ae97a8", "documentation": "Retrieve a user", "method": "get", "endpoint": "v1/users/:id", "responses": [ { "uuid": "daea9b05-0c0e-4cb2-b47b-481525f9b7a8", "body": "{\n \"avatar_url\": \"\",\n \"id\": \"6794760a-1f15-45cd-9c65-0dfe42f5135a\",\n \"name\": \"Aman Gupta\",\n \"object\": \"user\",\n \"person\": {\n \"email\": \"XXXXXXX@makenotion.com\"\n },\n \"type\": \"person\"\n}", "latency": 0, "statusCode": 200, "label": "200 Success - Retrieve a user", "headers": [ { "key": "Content-Type", "value": "application/json" }, { "key": "CF-Cache-Status", "value": "" }, { "key": "CF-RAY", "value": "" }, { "key": "Connection", "value": "" }, { "key": "Content-Encoding", "value": "" }, { "key": "Content-Security-Policy", "value": "" }, { "key": "Date", "value": "" }, { "key": "ETag", "value": "" }, { "key": "Expect-CT", "value": "" }, { "key": "Referrer-Policy", "value": "" }, { "key": "Server", "value": "" }, { "key": "Set-Cookie", "value": "" }, { "key": "Strict-Transport-Security", "value": "" }, { "key": "Transfer-Encoding", "value": "" }, { "key": "Vary", "value": "" }, { "key": "X-Content-Security-Policy", "value": "" }, { "key": "X-Content-Type-Options", "value": "" }, { "key": "X-DNS-Prefetch-Control", "value": "" }, { "key": "X-Download-Options", "value": "" }, { "key": "X-Frame-Options", "value": "" }, { "key": "X-WebKit-CSP", "value": "" }, { "key": "X-XSS-Protection", "value": "" }, { "key": "cf-request-id", "value": "" } ], "bodyType": "INLINE", "filePath": "", "databucketID": "", "sendFileAsBody": false, "rules": [], "rulesOperator": "OR", "disableTemplating": false, "fallbackTo404": false, "default": true, "crudKey": "id" } ], "enabled": true, "responseMode": null, "type": "http" } ], "proxyMode": false, "proxyHost": "", "proxyRemovePrefix": false, "tlsOptions": { "enabled": false, "type": "CERT", "pfxPath": "", "certPath": "", "keyPath": "", "caPath": "", "passphrase": "" }, "cors": true, "headers": [], "proxyReqHeaders": [{ "key": "", "value": "" }], "proxyResHeaders": [{ "key": "", "value": "" }], "data": [], "folders": [], "rootChildren": [ { "type": "route", "uuid": "548dc69d-c3ad-4a1f-b53c-e67795fb9671" }, { "type": "route", "uuid": "494fc42c-3947-4be8-aec8-18a726738252" }, { "type": "route", "uuid": "a891f7db-0524-4e9c-a2ba-0eab9e06ea62" }, { "type": "route", "uuid": "a692164b-5200-419e-b5a7-2f944ed274a8" }, { "type": "route", "uuid": "03468b26-1bec-4c0e-ae24-622e1b8c6547" }, { "type": "route", "uuid": "e3dc8838-63d4-429f-b8e8-14d6d74721fc" }, { "type": "route", "uuid": "753c1ecb-ef15-4c2a-96d1-a73342e94700" }, { "type": "route", "uuid": "a1c842c1-f015-4c52-8890-a83d18669f00" }, { "type": "route", "uuid": "0029388f-94f3-4d5a-8f17-a3e1a5f0e683" }, { "type": "route", "uuid": "ee7652d8-2b05-4413-bbe6-339f71ae97a8" } ] }