Logo
Profit.co's Public API Documentation

get Review Based Parent Review

GET https://api.profit.co/app/dao/v6/reviews?a=getReviewBasedParentReview&parentReviewId=<REVIEW_ID>&isIncludeEmployeeData=true&employeeId=<EMPLOYEE_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>

 

Body PARAM

Key Datatype Required Description 
a
string action type
parentReviewId
string Required: Parent Review Id
isIncludeEmployeeData
boolean
employeeId
string Required: Employee Id
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=getReviewBasedParentReview&parentReviewId=<REVIEW_ID>&isIncludeEmployeeData=true&employeeId=<EMPLOYEE_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>?a=getReviewBasedParentReview&parentReviewId=<REVIEW_ID>&isIncludeEmployeeData=true&employeeId=<EMPLOYEE_ID>&apiKey=<API_KEY>&accessKey=<ACCESS_KEY>'

ENDPOINTS