Logo
Profit.co's Public API Documentation

Get Employee Review By Review Id

GET https://api.profit.co/app/dao/v6/reviews?a=getById&reviewId=<EMP_PERFORMACE_REVIEW_ID>&includeCriteriaResponse=true&tab=INITIATE_REVIEWS&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>

To get the complete review information like Q & A, Competencies and it ratings given by the Employee, Peer and Manager.

 

Body PARAM

Key Datatype Required Description 
a
string
reviewId
string Required: You can get this from "Get Reviews By Master Review Id" API
includeCriteriaResponse
boolean
tab
string
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

Curl
curl -X GET 'https://api.profit.co/app/dao/v6/reviews?a=getById&reviewId=<EMP_PERFORMACE_REVIEW_ID>&includeCriteriaResponse=true&tab=INITIATE_REVIEWS&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>?a=getById&reviewId=<EMP_PERFORMACE_REVIEW_ID>&includeCriteriaResponse=true&tab=INITIATE_REVIEWS&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>'

ENDPOINTS