PagingItemListJson<DocumentJson> |
Documents.getDocumentsInfoV30(GetDocumentsGuidsInfoJson getDocumentsGuidsInfoJson) |
Returns a list of info of all the files that are specified and the
current user is permitted to view .
|
PagingItemListJson<DocumentJson> |
Files.getDocumentsInfoV30(GetDocumentsGuidsInfoJson getDocumentsGuidsInfoJson) |
Returns a list of info of all the files that are specified and the
current user is permitted to view .
|
PagingItemListJson<DocumentJson> |
Documents.getValidDocumentsInfoV30(GetValidDocumentsGuidsInfoJson getValidDocumentsGuidsInfoJson) |
Returns a list of info of all the valid files that are specified and
the current user is permitted to view .
|
PagingItemListJson<DocumentJson> |
Files.getValidDocumentsInfoV30(GetValidDocumentsGuidsInfoJson getValidDocumentsGuidsInfoJson) |
Returns a list of info of all the valid files that are specified and
the current user is permitted to view .
|
PagingItemListJson<DocumentJson> |
Documents.listV30(ApiDocumentFilter filter,
ApiDocumentOrderSDS order,
boolean orderAscending,
Integer pageNumber,
Integer pageSize) |
Returns a list of all the files that the current user is permitted to
view (and are not part of a workspace).
|
PagingItemListJson<DocumentJson> |
Files.listV30(ApiDocumentFilter filter,
ApiDocumentOrderSDS order,
boolean orderAscending,
Integer pageNumber,
Integer pageSize) |
Returns a list of all the files that the current user is permitted to
view (and are not part of a workspace).
|
PagingItemListJson<DocumentJson> |
Rooms.searchDocumentsForAdminV30(SearchDocumentsVdrJson searchDocumentsVdrJson) |
For use in Admin console: Search for files in workspaces according to a
search string.
|
PagingItemListJson<DocumentJson> |
Workspaces.searchDocumentsForAdminV30(SearchDocumentsVdrJson searchDocumentsVdrJson) |
For use in Admin console: Search for files in workspaces according to a
search string.
|
PagingItemListJson<DocumentJson> |
Rooms.searchDocumentsV30(SearchDocumentsVdrJson searchDocumentsVdrJson) |
For use in MyDox: Search for files in workspaces according to a search
string.
|
PagingItemListJson<DocumentJson> |
Workspaces.searchDocumentsV30(SearchDocumentsVdrJson searchDocumentsVdrJson) |
For use in MyDox: Search for files in workspaces according to a search
string.
|
ItemListJson<DocumentJson> |
Documents.submitDocumentsV30(SubmitDocumentSdsJson submitDocumentSdsJson) |
Submits files in Inbox/Sent items.
|
ItemListJson<DocumentJson> |
Files.submitDocumentsV30(SubmitDocumentSdsJson submitDocumentSdsJson) |
Submits files in Inbox/Sent items.
|