POST /questions/actions/filter
Returns NL metrics based on provided app IDs the user has access to.
Query parameters
| Name | Description | Type |
|---|---|---|
| limit | The preferred number of entries returned |
Integer |
| page | A cursor pointing to the page of data to retrieve. |
String |
| sort | A single field from the data model on which to sort the response. The '+' or '-' operator may be used to specify ascending or desending order. |
String |
Request Body
| Name | Type | |
|---|---|---|
| filter | NLMetricsRequest | Required |
Responses
| Name | Description | Type |
|---|---|---|
| 200 | If the user has access to any of the provided app id |
NLMetricsResponse |
| 400 | Bad request. The payload is not formed correctly. |
Errors |
| 401 | User is not authorized |
Errors |
| 422 | Unprocessable entity. The payload contains fields that are invalid, such as too long of a query. |
Errors |
| 500 | Internal server error |
Errors |