Retrieving the List of Sentiment Parameters
GET/v1/sentiment-analysis/:language/result-parameters.json
Retrieves the list of sentiment parameters.
Request
Responses
- 200
- 400
- 401
Returns the sentiment analysis result parameters formatted in JSON.
The explanation for each parameter is provided in an array format for each sentiment parameter, containing the following items:
| Parameter | Description |
|---|---|
| name | Name included in the sentiment analysis result response |
| display_name | Sentiment parameter name as listed in the manual |
| minimum | Minimum value |
| maximum | Maximum value |
Returned when the request is invalid.
| Error Message | Error Situation |
|---|---|
| No authorization header | Authorization header is not set |
| Invalid authentication credentials | Token is not set |
| Invalid authorization header format | The format of the Authorization header is invalid |
Returned when authentication fails.
| Error Message | Error Situation |
|---|---|
| Failed to authorize for the app_key | Authentication failed with the specified API key |