Star Ratings
Description¶
The starRatings endpoint is used to fetch the user ratings that the application supports.  
Request¶
Endpoint¶
/ui/refdata/v1/starRatings`Method¶
GET
Response¶
[
    {
        "name": "NOT_APPLICABLE"
    },
    {
        "name": "ZERO_STAR"
    },
    {
        "name": "ONE_STAR"
    },
    {
        "name": "TWO_STARS"
    },
    {
        "name": "THREE_STARS"
    },
    {
        "name": "FOUR_STARS"
    },
    {
        "name": "FIVE_STARS"
    }
]
Tabular Format
| STAR RATING NAME | 
|---|
| NOT_APPLICABLE | 
| ZERO_STAR | 
| ONE_STAR | 
| TWO_STARS | 
| THREE_STARS | 
| FOUR_STARS | 
| FIVE_STARS | 
Updated As Of Version: 6.0.4.2