Skip to main content
GET
/
v3
/
ratings
Browse Ratings
curl --request GET \
  --url http://localhost/api/v3/ratings
{
  "data": [
    {
      "id": 123,
      "profile_id": "<string>",
      "source": "<string>",
      "product_id": 123,
      "product_variant_id": 123,
      "transaction_id": 123,
      "interaction_id": 123,
      "staff_id": "<string>",
      "external_id": "<string>",
      "status": "<string>",
      "score_type": "<string>",
      "score": 123,
      "namespace": "<string>",
      "title": "<string>",
      "comment": "<string>",
      "reason": "<string>",
      "is_public": true,
      "is_active": true,
      "requires_action": true,
      "meta": [
        "<unknown>"
      ],
      "created_at": "<string>",
      "updated_at": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.omneo.io/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

page[size]
string

Response

Array of Rating

data
Rating · object[]
required