Versions Compared

Key

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

Family services provide methods for retrieving simple or extended family data.

/family/simple

Method(s)GET

Path

/family/simple

Parameter ValuesDescription
 @ucidString: ex. US-5551212-ASingle ucid

...

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

Note

Note: This service endpoint is currently BETA and as such has internal debugging. This will cause slow responses.

...