GET Employer/ReviewsDataGet
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
wmid | string |
None. |
Body Parameters
None.
Response Information
Resource Description
EmployerReviewsDataViewName | Description | Type | Additional information |
---|---|---|---|
rating | decimal number |
None. |
|
ratings | Collection of EmployerRatingView |
None. |
|
reviews | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "rating": 1.0, "ratings": [ { "type": 0, "value": 1.0, "count": 2 }, { "type": 0, "value": 1.0, "count": 2 } ], "reviews": 1 }