Brand mentions
Get a brand mention
Returns a single brand mention. The mention must belong to a response in the active project.
GET
/api/v1/brand-mentions/{brandMention}
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
| brandMention | integer | Required | The numeric ID of the brand mention. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
| include | string | Optional | A comma-separated list of related resources to include in the response. Allowed values: |
Response
The brand-mention object
| Field | Type | Description |
|---|---|---|
| id | integer | The unique ID of the brand mention. |
| position | integer | The one-indexed order in which the brand appeared in the response. A position of |
| sentiment_score | integer | The sentiment score on a 0-100 scale, where 50 is neutral, 0 is strongly negative, and 100 is strongly positive. |
| created_at | datetime | When the brand mention was recorded. |
| updated_at | datetime | When the brand mention was last updated. |