Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
wget -O- \
  --header 'x-user: x' \
  --header 'x-password: y' \
'http://cdws21.ificlaims.com/system/dwh/loading/info?load_id=192314'

 

Response JSON

Code Block
languagetext
{
   "status" : "success",
   "time" : "0.065767"
   "load" : {
      "completed_status" : "success",
      "priority" : 0,
      "completed_stamp" : "2014-08-18 21:20:05.270184",
      "office" : "FVR",
      "load_id" : 192314,
      "ndocs" : 5118,
      "running_status" : "complete",
      "entered_stamp" : "2014-08-18 13:21:32.441555",
      "load_source" : "IFI-CLAIMINF"
   },
}

...