Versions Compared

Key

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

...

Response (abbreviated)

Code Block
languagetext
{
   "time" : "0.240",
   "status" : "success",
   "content" : {
      "uspto" : {
         "ucids" : [
            "US-5551212-A"
         ],
         "anorig" : "US-08025828",
         "anucid" : "US-2582893-A",
         "events" : [
            {
               "country" : "US",
               "title" : "Patented Case",
               "code" : "FOND",
               "description" : "Case Found",
               "date" : 20000710
            },
            {
               "code" : "LOST",
               "country" : "US",
               "title" : "Patented Case",
               "description" : "Case Reported Lost",
               "date" : 20000710
            },
...
            {
               "code" : "DOCK",
               "country" : "US",
               "title" : "Patented Case",
               "description" : "Case Docketed to Examiner in GAU",
               "date" : 19930707
            },
            {
               "description" : "Application Captured on Microfilm",
               "date" : 19930511,
               "code" : "FILM",
               "country" : "US",
               "title" : "Patented Case"
            }
         ],
         "anorig" : "US-08025828",
         "ucids" : [
            "US-5551212-A"
         ]
      }
   }
}

...