Index | Method | Request(s) | Response | Description | ||||
---|---|---|---|---|---|---|---|---|
1 | createExportArchive |
sid name description |
archiveId | creates a new export archive; returns the identifier of the newly created archive | ||||
2 | closeExportArchive |
sid archiveId |
closes an existing export archive | |||||
3 | getArchiveIdByName |
sid name |
archiveId | Retrieves the identifier of an existing archive | ||||
4 | addDocumentToExportArchive |
sid archiveId docId |
adds a document to an existing export archive | |||||
5 | deleteExportArchive |
sid archiveId |
deletes an existing export archive |
creates a new export archive; returns the identifier of the newly created archive
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | ||||||
name
|
String | Y | ||||||
description
|
String | Y |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
archiveId
|
Long | Y |
closes an existing export archive
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | ||||||
archiveId
|
Long | Y |
Retrieves the identifier of an existing archive
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | ||||||
name
|
String | Y |
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
archiveId
|
Long | Y |
adds a document to an existing export archive
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | ||||||
archiveId
|
Long | Y | ||||||
docId
|
Long | Y |
deletes an existing export archive
Name | Type | Required | Multiple | Description | ||||
---|---|---|---|---|---|---|---|---|
sid
|
String | Y | ||||||
archiveId
|
Long | Y |