Reports
Text Topics Sentiment Stats
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
A UUID string identifying this report.
Query Parameters
List of attitude names to filter by. Case-insensitive.
Optional configuration id to retrieve. If not provided, the primary configuration will be used.
Response
200
No response body
Previous
CompareUse to compare several reports (or configurations) to each other. This endpoint will accept a list
of `report_id` which can also be mixed in with `configuration_id` values and return a data structure
that provides summary results and additional aggregate/change calculations to allow you to see data for
the items in a comparison.
If only one ID is provided, then the endpoint will try to make the comparison against the designated
industry_configuration. If this fails, then data is returned for the single item only with no comparison.
The schema and structure returned by this endpoint varies based on querystring parameters given.
Next