Versions Compared

Key

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

...

Example: Top assignee assuming all default values

Code Block
languagetext
wget -O- -q \

...


  --header 'x-user:x' \

...


  --header 'x-password:y' \

...


'http://cdws21.ificlaims.com/pitr/topn?n=1'

...

Response JSON

Code Block
languagetext
{
   "content" : [
      {
         "years" : [
            {
               "year" : 2013,
               "total" : 2145
            },
            {
               "year" : 2014,
               "total" : 7533
            },
            {
               "total" : 7353,
               "year" : 2015
            },
            {
               "year" : 2016,
               "total" : 8087
            },
            {
               "year" : 2017,
               "total" : 9043
            },
            {
               "year" : 2018,
               "total" : 4979
            }
         ],
         "name" : "International Business Machines Corp",
         "country" : "US",
         "total" : 39140
      }
   ],
   "time" : "0.517",
   "status" : "success"
}

...