aboutsummaryrefslogtreecommitdiffstats
path: root/docs/versioned_docs/version-v0.23.2/API/get-all-lists.api.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'docs/versioned_docs/version-v0.23.2/API/get-all-lists.api.mdx')
-rw-r--r--docs/versioned_docs/version-v0.23.2/API/get-all-lists.api.mdx64
1 files changed, 64 insertions, 0 deletions
diff --git a/docs/versioned_docs/version-v0.23.2/API/get-all-lists.api.mdx b/docs/versioned_docs/version-v0.23.2/API/get-all-lists.api.mdx
new file mode 100644
index 00000000..aa370445
--- /dev/null
+++ b/docs/versioned_docs/version-v0.23.2/API/get-all-lists.api.mdx
@@ -0,0 +1,64 @@
+---
+id: get-all-lists
+title: "Get all lists"
+description: "Get all lists"
+sidebar_label: "Get all lists"
+hide_title: true
+hide_table_of_contents: true
+api: eJyNVMtu2zAQ/BVhzoTl9qibD22aokAD1EUPhg9raR0xkUiGXKU1BP57QUp+xDHQnvTY2d3ZnSFHNBxqr51oa1DhjqWgris6HSRAQegxoNrgW/7eKgSuB6/lgGozYsfk2a8GaVFttnGr4Dk4awIHVCM+Lpfp8bbD990T11L81tKeOxUNCS2gUFsjbCSlkXOdrimllU8h5Y4Idcs9pTc5OEYFm6tBwXnr2IueOk/0zzDyng5Q0MJ9+He6bi4wQbw2j4gKhnq+GXgz4XVcwQxdR7uOUYkfOCro+hYwKjjybOT+RvsbVSbAeyCboU+a9WQG6qAQevKSxGt4T0MnqI6xqPAysD/8R7+YxH0ZtOcmFdcN5oXM41yQ3yqIlpSZfYN4nTzJs40xR3qW1jao8MhZCkp2Qnm0YGD/yj5kww2+Q4WRmsZzCLEkp8vXD1B4Ja8T2SzfHJ68d5y4FXGhKkvxh0VryTfsF+QcrtTDuuViLlDYfSEtFzO8mJikcS4Owo9kyanv5XE47TP1TVNkGKoZBDW/fLa+p8Tv66810ja02duUnmaeGH1YLBdLnHf6Zaazeri/yX71cF/src/Uj9g0afKXDdJT9t5k5ncH/srKp/P4/maYxhP+I6XrSJtUP+szzhKedFZobZD0Yxx3FPin72JMv2fvbbZnAfNFotAyNeyz5s98QIVVXbOTrHQ35CN9fT0kUU5Wuvu0hgK9leJq9bn68YIwh4va4zgh1vaZTYxQMwlJ34jJuH8BXvTHdg==
+sidebar_class_name: "get api-method"
+info_path: API/hoarder-api
+custom_edit_url: null
+hide_send_button: true
+---
+
+import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
+import ParamsDetails from "@theme/ParamsDetails";
+import RequestSchema from "@theme/RequestSchema";
+import StatusCodes from "@theme/StatusCodes";
+import OperationTabs from "@theme/OperationTabs";
+import TabItem from "@theme/TabItem";
+import Heading from "@theme/Heading";
+
+<Heading
+ as={"h1"}
+ className={"openapi__heading"}
+ children={"Get all lists"}
+>
+</Heading>
+
+<MethodEndpoint
+ method={"get"}
+ path={"/lists"}
+ context={"endpoint"}
+>
+
+</MethodEndpoint>
+
+
+
+Get all lists
+
+<ParamsDetails
+ parameters={undefined}
+>
+
+</ParamsDetails>
+
+<RequestSchema
+ title={"Body"}
+ body={undefined}
+>
+
+</RequestSchema>
+
+<StatusCodes
+ id={undefined}
+ label={undefined}
+ responses={{"200":{"description":"Object with all lists data.","content":{"application/json":{"schema":{"type":"object","properties":{"lists":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"description":{"type":"string","nullable":true},"icon":{"type":"string"},"parentId":{"type":"string","nullable":true},"type":{"type":"string","enum":["manual","smart"],"default":"manual"},"query":{"type":"string","nullable":true}},"required":["id","name","icon","parentId"],"title":"List"}}},"required":["lists"]}}}}}}
+>
+
+</StatusCodes>
+
+
+ \ No newline at end of file