GET
https://api.main.apexscore.ai
/
api
/
v1
/
reports
/
{id}
/
text_topics
/
sentiment_stats
curl --request GET \
  --url https://api.main.apexscore.ai/api/v1/reports/{id}/text_topics/sentiment_stats/ \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

A UUID string identifying this report.

Query Parameters

attitude_names
string[]

List of attitude names to filter by. Case-insensitive.

configuration_id
string

Optional configuration id to retrieve. If not provided, the primary configuration will be used.

Response

200

No response body