|
| 1 | +--- |
| 2 | +title: "Client API References" |
| 3 | +hide_table_of_contents: true |
| 4 | +sidebar_label: "Client API References" |
| 5 | +sidebar_position: 1 |
| 6 | +--- |
| 7 | + |
| 8 | +import Admonition from '@theme/Admonition'; |
| 9 | +import Tabs from '@theme/Tabs'; |
| 10 | +import TabItem from '@theme/TabItem'; |
| 11 | +import CodeBlock from '@theme/CodeBlock'; |
| 12 | +import LanguageSwitcher from "@site/src/components/LanguageSwitcher"; |
| 13 | +import LanguageContent from "@site/src/components/LanguageContent"; |
| 14 | + |
| 15 | +# Data Archival: Client API References |
| 16 | + |
| 17 | +<Admonition type="note" title=""> |
| 18 | + |
| 19 | +Refer to the following links for managing data archival via the Client API: |
| 20 | + |
| 21 | + * [Enable archiving - from the Client API](../../data-archival/enable-data-archiving#enable-archiving---from-the-client-api) |
| 22 | + * [Schedule a SINGLE document for archiving - from the Client API](../../data-archival/schedule-document-archiving#schedule-a-single-document-for-archiving---from-the-client-api) |
| 23 | + * [Schedule MULTIPLE documents for archiving - from the Client API](../../data-archival/schedule-document-archiving#schedule-multiple-documents-for-archiving---from-the-client-api) |
| 24 | + * [Unarchive documents - from the Client API](../../data-archival/unarchiving-documents#unarchive-documents---from-the-client-api) |
| 25 | + * [Archived documents and indexing](../../data-archival/archived-documents-and-other-features#archived-documents-and-indexing) |
| 26 | + * [Archived documents and subscriptions](../../data-archival/archived-documents-and-other-features#archived-documents-and-subscriptions) |
| 27 | + * [Archived documents and smuggler (export/import)](../../data-archival/archived-documents-and-other-features#archived-documents-and-smuggler-exportimport) |
| 28 | + * [Archived documents and expiration](../../data-archival/archived-documents-and-other-features#archived-documents-and-expiration) |
| 29 | + * [Archived documents and ETL](../../data-archival/archived-documents-and-other-features#archived-documents-and-etl) |
| 30 | + |
| 31 | +</Admonition> |
0 commit comments