Was this helpful?
Logout Resource
Description
Log out and terminate the API session.
Access the logout resource using the GET method.
URL
https://datacloud2.pervasive.com/EntityAPIService/REST/logout?s={sessionId}
The following response types are available via the optional Accept header in your request:
application/xml (default)
application/json
text/xml
Parameters
 
Name
Type
Description
Required?
s
String
ID of the active session.
Optional if the sessionId cookie has been set.
Example
Request
GET https://datacloud2.pervasive.com/EntityAPIService/REST/logout?s=49bfe32d-df30-4797-a8b1-96da5c1b5609 HTTP/1.1
Host: datacloud2.pervasive.com
Response
Header
HTTP/1.1 200 OK
Date: Tue, 05 Apr 2011 05:20:23 GMT
Server: Sun GlassFish Enterprise Server v2.1.1
X-Powered-By: Servlet/2.5
Content-Type: application/xml
Content-Length: 0
Connection: keep-alive
Last modified date: 12/17/2021