Logo
Profit.co's Public API Documentation

Get Reviews By Master Review Id

GET https://api.profit.co/app/dao/v6/reviews?a=hrDashboard&parentReviewId=<MASTER_REVIEW_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>

To get all the reviews initiated by the HR admin for the employees.

You have to pass the master reviewId to get all the employees' reviews

 

Body PARAM

Key Datatype Required Description 
a
string
parentReviewId
string Required: You can get this Master Reviews from "Get All Master Reviews API"
apiKey
string Required: API key of your Profit.co Account
accessKey
string Required: Access key of your Profit.co Account



HEADERS

Key Datatype Required Description 




RESPONSES

status





Curl
curl -X GET 'https://api.profit.co/app/dao/v6/reviews?a=hrDashboard&parentReviewId=<MASTER_REVIEW_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>?a=hrDashboard&parentReviewId=<MASTER_REVIEW_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>'

ENDPOINTS