API/CodeSamples/Javascript/GetFiltersData.md
... ...
@@ -10,6 +10,7 @@ Here is the AJAX call to use:
10 10
11 11
```csharp
12 12
AjaxRequest('./rs.aspx', 'wscmd=getfiltersdata', GotFiltersData, null, 'getfiltersdata');
13
+```
13 14
14 15
Here is the hierarchy of the object keys sent back:
15 16