cURL
update-all-companies
curl --request PATCH \ --url https://rest.forestreet.com/v2/discovery/{marketId}/companies/reviews \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "reviewStatus": "include", "target": { "mode": "full" } } '
200
review-updated-full
{ "metadata": { "reviewStatus": "include", "mode": "full" }, "data": { "updatedCount": 50 }}
Update the review status of discovered companies for quality control.
Pass a static API key for every request, provided by your customer support.
Unique identifier for the market study.
Review status of the company.
include
exclude
unreviewed
Show child attributes
Company review status updated