# Schema Information

## Tables/APIs&#x20;

The following is the list of tables or APIs associated with the Okendo Reviews connector:

* [Reviews](#reviews)&#x20;

#### Reviews&#x20;

Retrieves the list of reviews associated with a network of clients on Okendo Reviews. For more information on the API, see [Quick Start](https://docs.okendo.io/merchant-rest-api/quick-start#reviews) in Okendo docs.

**Fields**

<table><thead><tr><th width="153">Field name</th><th width="83">Data Type</th></tr></thead><tbody><tr><td>subscriberId</td><td>STRING</td></tr><tr><td>reviewId</td><td>STRING</td></tr><tr><td>productId</td><td>STRING</td></tr><tr><td>attributesWithRating</td><td>RECORD</td></tr><tr><td>body</td><td>STRING</td></tr><tr><td>containsProfanity</td><td>BOOLEAN</td></tr><tr><td>dateCreated</td><td>TIMESTAMP</td></tr><tr><td>helpfulCount</td><td>NUMERIC</td></tr><tr><td>isRecommended</td><td>BOOLEAN</td></tr><tr><td>order</td><td>RECORD</td></tr><tr><td>rating</td><td>NUMERIC</td></tr><tr><td>reviewer</td><td>RECORD</td></tr><tr><td>reward</td><td>RECORD</td></tr><tr><td>sentiment</td><td>STRING</td></tr><tr><td>status</td><td>STRING</td></tr><tr><td>title</td><td>STRING</td></tr><tr><td>unhelpfulCount</td><td>NUMERIC</td></tr><tr><td>variantId</td><td>STRING</td></tr><tr><td>variantName</td><td>STRING</td></tr><tr><td>productName</td><td>STRING</td></tr><tr><td>_daton_user_id</td><td>NUMERIC</td></tr><tr><td>_daton_batch_runtime</td><td>NUMERIC</td></tr><tr><td>_daton_batch_id</td><td>NUMERIC</td></tr><tr><td>media</td><td>RECORD</td></tr><tr><td>reply</td><td>RECORD</td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://daton-sarasanalytics.gitbook.io/daton/integrations/data-sources/saas-integrations/okendo-reviews/schema-information.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
