The MatchStatusGet
operation is used to retrieve the status of a job
in the OneGreatFamily system.
2008-03-03 Initial version
/FamilyTree/2009-03-03/Status.svc
2009-03-18 Seperate SOAP and REST URL's
SOAP URI:
/Service/2009-03-18
REST URI [GET]:
/FamilyTree/2009-03-18/Status.svc/MatchStatus/{JobId}
Name | Description | Required |
---|---|---|
JobId |
The given names of the individual you want to search for. Type: ulong Default: None Constraints: Must be a valid job Id |
Yes |
The only thing returned is the aggregate below:
Name | Description |
---|---|
|
This operation returns a JobStatusWS aggregate upon success. Otherwise an error is returned. Type:JobStatusWS |