Request GET
http://wsdev.onegreatfamily.com/v11.02/Status.svc/gedstatus?SessionId=y31cusfxzcmjikeyttwptx5n&JobId=58402583
Success Response Payload
<Result xmlns="http://schemas.datacontract.org/2004/07/OGF.WS.Data">
<Code>0</Code>
<Message>Success</Message>
<Value i:type="JobStatus">
<AnchorOgfn>0</AnchorOgfn>
<CurrentProgress>0</CurrentProgress>
<ErrorLast>0</ErrorLast>
<GroupOgfn>1437141</GroupOgfn>
<JobCreated>2011-02-10T15:23:26</JobCreated>
<JobEndTimeEstimate>0001-01-01T00:00:00</JobEndTimeEstimate>
<JobEnded>0001-01-01T00:00:00</JobEnded>
<JobId>58402583</JobId>
<JobStarted>2011-02-10T15:23:26</JobStarted>
<Stage>1</Stage>
<TotalProgress>0</TotalProgress>
<UserOgfn>1854214</UserOgfn>
</Value>
</Result>
Failed Response Payload
<Result xmlns="http://schemas.datacontract.org/2004/07/OGF.WS.Data">
<Code>27001</Code>
<Message>Your developer Id does not have permissions to make this call</Message>
</Result>
Fault Response Payload
<RestFault xmlns="http://schemas.datacontract.org/2004/07/OGF.WS.Data">
<ErrorCode>551</ErrorCode>
<FaultMessage>An unhandled exception has occurred</FaultMessage>
</RestFault>