POST
/
metrics
/
clique
Post Clique
curl --request POST \
  --url https://services.staging.app.dados.rio/busca/metrics/clique \
  --header 'Content-Type: application/json' \
  --header 'x-recaptcha-token: <x-recaptcha-token>' \
  --data '{
  "session_id": "<string>",
  "query": "<string>",
  "portal_origem": "<string>",
  "tipo_dispositivo": "<string>",
  "filters": [
    "<string>"
  ],
  "llm_reorder": false,
  "posicao": 500,
  "objeto_clicado": {}
}'
"<any>"

Headers

x-recaptcha-token
string
required

ReCaptcha token

Maximum length: 5000

Body

application/json

Response

200
application/json

Successful Response

The response is of type any.