Index | Method | Request(s) | Response | Description | ||||
---|---|---|---|---|---|---|---|---|
1 | addDocumentToExportArchive |
sid archiveId docId |
adds a document to an existing export archive | |||||
2 | deleteExportArchive |
sid archiveId |
deletes an existing export archive | |||||
3 | createExportArchive |
sid name description |
archiveId | creates a new export archive; returns the identifier of the newly created archive | ||||
4 | closeExportArchive |
sid archiveId |
closes an existing export archive | |||||
5 | getArchiveIdByName |
sid name |
archiveId | Retrieves the identifier of an existing archive |
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 |
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 |