Version

Version

Version is a simple service to display the current CLAIMS Direct Web Service version.

/version/show

Method

GET

Method

GET

Path

/version/show

Parameter

 

Values

Description

 

None available

 

 

Example:

wget -O- -q \ --header 'x-user:x' \ --header 'x-password:y' \ 'https://cdws21.ificlaims.com/version/show'

Response JSON

{ "status" : "success", "time" : "0.000", "version" : { "major" : "2", "minor" : "9", "string" : "adw-cdws-v2.9" } }

Response XML

<response> <data status="success" time="0.000"> <version major="2" minor="9" string="adw-cdws-v2.9" /> </data> </response>