The IndiSeparate
operation separates an individual record into a list of new records. The new records are owned by a single group.
2008-08-19
Initial version without URL versioning
2009-03-03 Version URL's implemented
/FamilyTree/2009-03-03/Separate.svc
2009-03-18 Seperate SOAP and REST URL's
SOAP URI:
/Service/2009-03-18
REST URI [GET]:
/FamilyTree/2009-03-18/Indi.svc/Separate/{indiOgfn}
Name | Description | Required |
---|---|---|
indiOgfn |
The OneGreatFamily ID for the individual to separate Type: UInt64 Default: None Constraints: Must be a valid individual ID. |
Yes |
The only thing returned is:
Name | Description |
---|---|
List<OGFN> |
This operation returns a list of OGFNs. |