# Models

## The GetRottenTomatoesMovie object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"GetRottenTomatoesMovie":{"title":"GetRottenTomatoesMovie","properties":{"MovieId":{"type":"integer","format":"int64"}},"description":"GetRottenTomatoesMovie","type":"object"}}}}
```

## The GetRottenTomatoesShow object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"GetRottenTomatoesShow":{"title":"GetRottenTomatoesShow","properties":{"ShowId":{"type":"integer","format":"int64"}},"description":"GetRottenTomatoesShow","type":"object"}}}}
```

## The GetRottenTomatoesSeason object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"GetRottenTomatoesSeason":{"title":"GetRottenTomatoesSeason","properties":{"SeasonId":{"type":"integer","format":"int64"}},"description":"GetRottenTomatoesSeason","type":"object"}}}}
```

## The ReviewData object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"ReviewData":{"title":"ReviewData","properties":{"FanSummary":{"$ref":"#/components/schemas/FanSummary"},"CriticSummary":{"$ref":"#/components/schemas/CriticSummary"},"Reviews":{"type":"array","items":{"$ref":"#/components/schemas/RottenTomatoesReview"}},"Ratings":{"type":"array","items":{"$ref":"#/components/schemas/RottenTomatoesRating"}}},"description":"ReviewData","type":"object"},"FanSummary":{"title":"FanSummary","properties":{"Url":{"type":"string"},"Score":{"$ref":"#/components/schemas/SummaryScore"}},"description":"FanSummary","type":"object"},"SummaryScore":{"title":"SummaryScore","properties":{"Value":{"type":"string"},"AvgScore":{"type":"string"},"Count":{"type":"string"},"PreRelease":{"type":"string"},"AudienceRating":{"type":"string"}},"description":"SummaryScore","type":"object"},"CriticSummary":{"title":"CriticSummary","properties":{"Url":{"type":"string"},"CriticRating":{"type":"string"},"Score":{"$ref":"#/components/schemas/SummaryScore"},"Freshness":{"$ref":"#/components/schemas/SummaryFreshness"}},"description":"CriticSummary","type":"object"},"SummaryFreshness":{"title":"SummaryFreshness","properties":{"Value":{"type":"string"},"Certified":{"type":"string"},"Rotten":{"type":"string"}},"description":"SummaryFreshness","type":"object"},"RottenTomatoesReview":{"title":"RottenTomatoesReview","properties":{"Id":{"type":"string"},"Url":{"type":"string"},"TopReview":{"type":"string"},"Date":{"type":"string"},"Quote":{"type":"string"},"Freshness":{"$ref":"#/components/schemas/ReviewFreshness"},"Critic":{"$ref":"#/components/schemas/Critic"},"Publication":{"$ref":"#/components/schemas/Publication"}},"description":"RottenTomatoesReview","type":"object"},"ReviewFreshness":{"title":"ReviewFreshness","properties":{"OriginalScore":{"type":"string"},"Text":{"type":"string"}},"description":"ReviewFreshness","type":"object"},"Critic":{"title":"Critic","properties":{"Id":{"type":"string"},"TopCritic":{"type":"string"},"Url":{"type":"string"},"Name":{"type":"string"},"Thumbnail":{"type":"string"}},"description":"Critic","type":"object"},"Publication":{"title":"Publication","properties":{"Id":{"type":"string"},"TopPublication":{"type":"string"},"Name":{"type":"string"}},"description":"Publication","type":"object"},"RottenTomatoesRating":{"title":"RottenTomatoesRating","properties":{"Url":{"type":"string"},"Score":{"$ref":"#/components/schemas/RatingScore"},"Date":{"type":"string"},"UserId":{"type":"string"},"Comment":{"type":"string"}},"description":"RottenTomatoesRating","type":"object"},"RatingScore":{"title":"RatingScore","properties":{"Value":{"type":"string"},"Text":{"type":"string"}},"description":"RatingScore","type":"object"}}}}
```

## The FanSummary object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"FanSummary":{"title":"FanSummary","properties":{"Url":{"type":"string"},"Score":{"$ref":"#/components/schemas/SummaryScore"}},"description":"FanSummary","type":"object"},"SummaryScore":{"title":"SummaryScore","properties":{"Value":{"type":"string"},"AvgScore":{"type":"string"},"Count":{"type":"string"},"PreRelease":{"type":"string"},"AudienceRating":{"type":"string"}},"description":"SummaryScore","type":"object"}}}}
```

## The SummaryScore object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"SummaryScore":{"title":"SummaryScore","properties":{"Value":{"type":"string"},"AvgScore":{"type":"string"},"Count":{"type":"string"},"PreRelease":{"type":"string"},"AudienceRating":{"type":"string"}},"description":"SummaryScore","type":"object"}}}}
```

## The CriticSummary object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"CriticSummary":{"title":"CriticSummary","properties":{"Url":{"type":"string"},"CriticRating":{"type":"string"},"Score":{"$ref":"#/components/schemas/SummaryScore"},"Freshness":{"$ref":"#/components/schemas/SummaryFreshness"}},"description":"CriticSummary","type":"object"},"SummaryScore":{"title":"SummaryScore","properties":{"Value":{"type":"string"},"AvgScore":{"type":"string"},"Count":{"type":"string"},"PreRelease":{"type":"string"},"AudienceRating":{"type":"string"}},"description":"SummaryScore","type":"object"},"SummaryFreshness":{"title":"SummaryFreshness","properties":{"Value":{"type":"string"},"Certified":{"type":"string"},"Rotten":{"type":"string"}},"description":"SummaryFreshness","type":"object"}}}}
```

## The SummaryFreshness object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"SummaryFreshness":{"title":"SummaryFreshness","properties":{"Value":{"type":"string"},"Certified":{"type":"string"},"Rotten":{"type":"string"}},"description":"SummaryFreshness","type":"object"}}}}
```

## The RottenTomatoesReview object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"RottenTomatoesReview":{"title":"RottenTomatoesReview","properties":{"Id":{"type":"string"},"Url":{"type":"string"},"TopReview":{"type":"string"},"Date":{"type":"string"},"Quote":{"type":"string"},"Freshness":{"$ref":"#/components/schemas/ReviewFreshness"},"Critic":{"$ref":"#/components/schemas/Critic"},"Publication":{"$ref":"#/components/schemas/Publication"}},"description":"RottenTomatoesReview","type":"object"},"ReviewFreshness":{"title":"ReviewFreshness","properties":{"OriginalScore":{"type":"string"},"Text":{"type":"string"}},"description":"ReviewFreshness","type":"object"},"Critic":{"title":"Critic","properties":{"Id":{"type":"string"},"TopCritic":{"type":"string"},"Url":{"type":"string"},"Name":{"type":"string"},"Thumbnail":{"type":"string"}},"description":"Critic","type":"object"},"Publication":{"title":"Publication","properties":{"Id":{"type":"string"},"TopPublication":{"type":"string"},"Name":{"type":"string"}},"description":"Publication","type":"object"}}}}
```

## The ReviewFreshness object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"ReviewFreshness":{"title":"ReviewFreshness","properties":{"OriginalScore":{"type":"string"},"Text":{"type":"string"}},"description":"ReviewFreshness","type":"object"}}}}
```

## The Critic object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"Critic":{"title":"Critic","properties":{"Id":{"type":"string"},"TopCritic":{"type":"string"},"Url":{"type":"string"},"Name":{"type":"string"},"Thumbnail":{"type":"string"}},"description":"Critic","type":"object"}}}}
```

## The Publication object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"Publication":{"title":"Publication","properties":{"Id":{"type":"string"},"TopPublication":{"type":"string"},"Name":{"type":"string"}},"description":"Publication","type":"object"}}}}
```

## The RottenTomatoesRating object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"RottenTomatoesRating":{"title":"RottenTomatoesRating","properties":{"Url":{"type":"string"},"Score":{"$ref":"#/components/schemas/RatingScore"},"Date":{"type":"string"},"UserId":{"type":"string"},"Comment":{"type":"string"}},"description":"RottenTomatoesRating","type":"object"},"RatingScore":{"title":"RatingScore","properties":{"Value":{"type":"string"},"Text":{"type":"string"}},"description":"RatingScore","type":"object"}}}}
```

## The RatingScore object

```json
{"openapi":"3.1.1","info":{"title":"Rotten Tomatoes API","version":"1.0"},"components":{"schemas":{"RatingScore":{"title":"RatingScore","properties":{"Value":{"type":"string"},"Text":{"type":"string"}},"description":"RatingScore","type":"object"}}}}
```


---

# 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://knowledgebase.fabricdata.com/origin/apis-all/rotten-tomatoes-api-docs/models.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.
