Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Reverted from v. 6

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

/version/show

Method
(s)
GET

Path

/version/show
 
Parameter
 

ValuesDescription
 

None available
  

...




Example:

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

...


Response JSON

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

...