GET
/
v2
/
discovery
/
{marketId}
/
search-criteria
/
history
Get search criteria history
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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Pass a static API key for every request, provided by your customer support.

Path Parameters

marketId
string
required

Unique identifier for the market study.

Response

200 - application/json

Search criteria history retrieved

The response is of type object.