OLD | NEW |
| 1 <!doctype html> |
1 <html> | 2 <html> |
2 <head> | 3 <head> |
3 <meta charset="UTF-8"/> | 4 <meta charset="UTF-8"/> |
4 <title>Analysis Server API Specification</title> | 5 <title>Analysis Server API Specification</title> |
5 </head> | 6 </head> |
6 <body> | 7 <body> |
7 <h1>Analysis Server API Specification</h1> | 8 <h1>Analysis Server API Specification</h1> |
8 <h1 style="color:#999999">Version <version>1.9.0</version></h1> | 9 <h1 style="color:#999999">Version <version>1.9.0</version></h1> |
9 <p> | 10 <p> |
10 This document contains a specification of the API provided by the | 11 This document contains a specification of the API provided by the |
(...skipping 4226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4237 </refactorings> | 4238 </refactorings> |
4238 <h2>Errors</h2> | 4239 <h2>Errors</h2> |
4239 <p> | 4240 <p> |
4240 This section contains a list of all of the errors that are | 4241 This section contains a list of all of the errors that are |
4241 produced by the server and the data that is returned with each. | 4242 produced by the server and the data that is returned with each. |
4242 </p> | 4243 </p> |
4243 <p> | 4244 <p> |
4244 TBD | 4245 TBD |
4245 </p> | 4246 </p> |
4246 <h2 class="domain"><a name="index">Index</a></h2> | 4247 <h2 class="domain"><a name="index">Index</a></h2> |
4247 <index /> | 4248 <index></index> |
4248 </body> | 4249 </body> |
4249 </html> | 4250 </html> |
OLD | NEW |