Skip to content
Sourcebox API Reference
Manage Document
latest

Manage Document🔗

Besides parsing documents, there are additional management functions available, depending on whether or not the account is configured to store documents in Sourcebox.

The management functions are:

Method Availability
delete Persisting accounts, and non-persisting accounts when coupled with the Search! product
get Persisting accounts only
getAttachments Persisting accounts only

The functions are available as a SOAP service method and through a REST service.

The API namespace of the SOAP service is:

https://home.textkernel.nl/sourcebox/soap/manageDocument

The location of the WSDL file is:

https://home.textkernel.nl/sourcebox/soap/manageDocument?wsdl

The Manage Document REST service is a servlet available at:

https://home.textkernel.nl/sourcebox/manageDocument

The REST service expects POST requests with application/x-www-form-urlencoded parameters. Besides the parameters for the SOAP methods, it requires the additional action parameter, that is either "delete", "get" or "getAttachments".