docs/experienceEndpoints.md in losant_rest-1.3.2 vs docs/experienceEndpoints.md in losant_rest-1.3.3
- old
+ new
@@ -32,10 +32,10 @@
| Name | Type | Required | Description | Default | Example |
| ---- | ---- | -------- | ----------- | ------- | ------- |
| applicationId | string | Y | ID associated with the application | | 575ec8687ae143cd83dc4a97 |
| sortField | string | N | Field to sort the results by. Accepted values are: order, method, route, id, creationDate, requestCount | order | position |
| sortDirection | string | N | Direction to sort the results by. Accepted values are: asc, desc | asc | asc |
-| filterField | string | N | Field to filter the results by. Blank or not provided means no filtering. Accepted values are: method, route | | email |
+| filterField | string | N | Field to filter the results by. Blank or not provided means no filtering. Accepted values are: method, route | | method |
| filter | string | N | Filter to apply against the filtered field. Supports globbing. Blank or not provided means no filtering. | | my*route |
| experienceGroupId | string | N | Filter endpoints to those only in the specified group | | 575ec8687ae143cd83dc4a97 |
| requestCountDuration | string | N | If set, a count of recent requests is included on each endpoint for the duration requested (milliseconds) | | 86400000 |
#### Successful Responses