Request:
- GET api/session
- Accept: text/json
- Accept-Encoding: deflate
- Host: localhost:6496
- Connection: Keep-Alive
Response:
- Transfer-Encoding: chunked
- Content-Encoding:
- Cache-Control: no-store
- Content-Type: text/json; charset=utf-8
- Date: Fri, 21 Dec 2012 09:10:33 GMT
- Set-Cookie: sid=bbba1fa1-563b-4707-80ce-8f6750718cc6; path=/;
- Server: Microsoft-HTTPAPI/2.0
-
- {
- "Id": "bbba1fa1-563b-4707-80ce-8f6750718cc6",
- "Users": [
- {
- "DatabaseId": "00000000-0000-0000-0000-000000000001",
- "UserId": "85afe8c4-887b-4e2c-a38c-1be6b79a97e5",
- "User": "Guest",
- "Admin": false
- }
- ],
- "Requests": [
- {
- "RequestId": "6b1fe3de-c064-4398-a5d7-9947216fc8ee"
- }
- ]
- }