REST Endpoints

SOAP Services

XML Data Elements

XML Data Types

UrlSigningService

Endpoint Metadata

  • Namespace: http://opencase.extend.com/webservices/urlsigning
  • Endpoint Name: UrlSigningWebService
  • Endpoint Address: http(s)://{VMS URL}/ContentManager/webservices/url-signing-service

The following methods are available on this endpoint:

findAllActiveConfigurations

Retrieves all available URL signing configurations that are active.

Return Value

type description
list<UrlSignerConfiguration> List list of all active configurations.

findAllConfigurations

Retrieves all available URL signing configurations.

Return Value

type description
list<UrlSignerConfiguration> List list of all configurations.

findConfigurationByName

Retrieves the specific URL signing configuration by name.

Input Parameters

name type description
configurationName string (no documentation provided)

Return Value

type description
UrlSignerConfiguration UrlSignerConfiguration the configuration which has been requested

Faults

name description
UrlSigningWebServiceFault If any error has prevented the configuration from being retrieved.

findConfigurationByUuid

Retrieves the specific URL signing configuration by uuid.

Input Parameters

name type description
uuid string (no documentation provided)

Return Value

type description
UrlSignerConfiguration UrlSignerConfiguration the configuration which has been requested

Faults

name description
UrlSigningWebServiceFault If any error has prevented the configuration from being retrieved.