cURL
curl --request GET \ --url https://rest.forestreet.com/v2/discovery/{marketId}/search-criteria/history \ --header 'x-api-key: <api-key>'
{ "isFromPrimarySource": true, "data": [ { "studyId": 123, "marketName": "<string>", "marketType": "<string>", "marketRole": "<string>", "keywords": { "features": [ "<string>" ], "user": [ "<string>" ], "synonyms": [ "<string>" ], "irrelevant": [ "<string>" ] }, "locations": [ "<string>" ], "createdAt": "<string>" } ] }
Get search criteria history for a market
Pass a static API key for every request, provided by your customer support.
Unique identifier for the market study.
Search criteria history retrieved
The response is of type object.
object