Developer Logout

Description

The Developer Logout method allows you to Un-authenticate with the web service API. Any sessionId in a cookie will be removed and any session variables for the developer Id will be invalid.

Version

2011-02-02

URI

REST URI [GET]:
/v11.02/Authenticate.svc/DeveloperLogout?SessionId={SessionId}

Example

Request GET
http://wsdev.onegreatfamily.com/v11.02/Authenticate.svc/DeveloperLogout?SessionId=gl4q23cwofpshi55sg1dvc3o
Success Response Payload
<AuthenticationResult xmlns="http://schemas.datacontract.org/2004/07/OGF.WS.Data">
	<Result>Success</Result> 
	<SessionId></SessionId> 
</AuthenticationResultWS>
 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>

Query String Parameters

Name Description Required

sessionId

The current sessionId, required if not using cookies.

Type: String

Default: None

Constraints: Must be a valid sessionId

Yes

Response Elements

Name DeDescription

AuthenticationResult

This operation returns an AuthenticationResult aggregate which contains the result of the authentication request.

Type: AuthenticationResult