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. Unique identifier for the market study.
Review status of the company.
include
exclude
unreviewed
Show child attributes
Review mode: 'partial' for selecting domains.
partial
List of domains to update the review status for.
1
Company review status updated
full
Number of companies that had their review status updated.