Skip to main content
GET
/
reviewTags
List review tags
curl --request GET \
  --url https://api.guile.app/reviewTags \
  --header 'Authorization: Bearer <token>'
{
  "items": [
    {
      "label": "<string>",
      "id": "<string>",
      "createdAt": "2023-11-07T05:31:56Z",
      "updatedAt": "2023-11-07T05:31:56Z"
    }
  ],
  "count": 1
}

Query Parameters

type
enum<string>[]

Filter by review tag type. When included, only tags with any of these types are returned.

The type of review tag indicating sentiment.

Available options:
positive,
negative

Response

Ok. The operation succeeded.

A list of review tags.

items
object[]
required
count
integer<int16>
required
Required range: x >= 0