REST Endpoints

SOAP Services

XML Data Elements

XML Data Types

ImageProfileService

web service for work with ImageProfile entities

Endpoint Metadata

  • Namespace: http://opencase.extend.com/webservices/imageprofile
  • Endpoint Name: ImageProfileWebService
  • Endpoint Address: http(s)://{VMS URL}/ContentManager/webservices/image-profile-service

The following methods are available on this endpoint:

findActiveImageProfilesByUUID

Method returns list of active ImageProfile entities by given list of UUID. If amount of found entities didn't match with amount ofprovided UUID or found entity had UUID that wasn't in original list ImageProfileWebServiceFault exception will occur.

Input Parameters

name type description
listUUID list list of uuid identifiers

Return Value

type description
list<ImageProfile> list of found ImageProfile entities

Faults

name description
ImageProfileWebServiceFault if any exception occur

findAllActiveImageProfiles

Method returns list of all active ImageProfile entities

Return Value

type description
list<ImageProfile> all active entities ImageProfile

Faults

name description
ImageProfileWebServiceFault if any exception occur