Versions Compared

Key

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

...

Table of Contents

/family/simple

The simple family service will retrieve records which share the same family ID, as assigned by the EPO. Generally, simple families contain all records which share the same priority. Note that IFI CLAIMS assigns a default family ID of -1 if we have not received a family ID from DocDB. If you see this value, it means either that the record is not available in DocDB or we have not yet received the DocDB record. In the latter case, the family id will be populated once we receive the DocDB record. 

Method(s)GET

Path

/family/simple

Parameter ValuesDescription
 @ucidString: ex. US-5551212-AOne or more space or comma-separated ucids

...

Code Block
{
   "time" : "0.279944",
   "status" : "success",
   "family" : {
      "members" : [
         "AT-96388-T",
         "AU-636238-B2",
         "AU-8174591-A",
         "CA-2050271-A1",
         "CA-2050271-C",
         "DE-4027762-C1",
         "DE-59100535-D1",
         "DK-0477487-T3",
         "EP-0477487-A1",
         "EP-0477487-B1",
         "ES-2046827-T3",
         "JP-2113465-C",
         "JP-H054613-A",
         "JP-H0825524-B2",
         "NO-913030-A",
         "NO-913030-D0",
         "TR-25401-A",
         "ZA-9106183-A"
      ],
      "family_id" : 6413406,
      "root" : "US-5551212-A"
   }
}

 

/family/extended

This service will retrieve extended families, which include all documents containing one or more of the same priorities. Extended families are generated dynamically by a recursive function that traverses priority data to assemble the complete set of related documents. Unlike simple families, they do not have assigned family ID numbers.

Method(s)GET
Path/family/extended
Parameter ValuesDescription
 @ucidString: ex. US-5551212-AOne or more space or comma-separated ucids

...