InApp (Sistemas Legados)Ignorar Pesquisa

Ignorar Pesquisa

Registra que o cliente fechou ou ignorou a pesquisa sem responder (Sistemas Legados).

Deve ser chamado sempre que o usuário dispensar o widget, para que o sistema contabilize corretamente as tentativas e o throttle de reexibição (SmartFollowUp).

curl -X PATCH "https://api.amplifique.me/partners/cf/inApp/61ddbce5b038c4c87c78b9b4/decline" \
  -H "Content-Type: application/json" \
  -H "Authorization: YOUR_API_KEY"
{
  "message": "ok"
}
PATCH
/partners/cf/inApp/{id}/decline
PATCH
API Key (header: Authorization)
Authorizationstring
Required

API key (sent in header)

path
idstring
Required

ID do surveyAnswer retornado pelo endpoint Buscar Pesquisa InApp

Content-Typestring
Required

The media type of the request body

Options: application/json
No request body parameters defined
Request Preview
Response

Response will appear here after sending the request

Authentication

header
Authorizationstring
Required

API Key for authentication. Provide your API key in the header.

Path Parameters

idstring
Required

ID do surveyAnswer retornado pelo endpoint Buscar Pesquisa InApp

Body

application/json
dataobject
Required

Raw application/json data

Responses

messagestring