Request:
- GET api/databases
- 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 14:51:28 GMT
- Set-Cookie: sid=d8ee1782-edf8-4ca0-88df-514db7d23043; path=/;
- Server: Microsoft-HTTPAPI/2.0
-
- [
- {
- "Id": "00000000-0000-0000-0000-000000000001",
- "Name": "System",
- "Version": "1.0.370.21204",
- "SolutionMask": 1,
- "State": 0,
- "Blocked": false,
- "Customized": false,
- "CustomizationRevision": 0
- },
- {
- "Id": "ec5a34c2-7062-4be7-ade9-c15acefcdbb8",
- "Name": "Sample",
- "Version": "1.0.370.21204",
- "SolutionMask": 2,
- "State": 0,
- "Blocked": false,
- "Customized": false,
- "CustomizationRevision": 0
- }
- ]