Hi Everyone,
I’m facing a dumb issue herer. I have a Survey working very well making update by sysaid API.
When a survey is done, there is a label call “Survey Status” in the SR that tell me that the survey was anwserd. But When the ticket is mark as “Resolved”, the survey is send but the “Survey status” in the SR wasn’t change to “The survey was sent”.
I’m trying to do this by API and I have no success. Anybody here can help me?
Here what I’m doing by API.
'https://mycompany.sysaidit.com/api/v1/sr/81980'
PUT
curl --location --request PUT 'https://{{ambiente}}/sr/81980' \
--header 'Content-Type: application/json' \
--data '{
"id": "81980",
"info": d
{
"key": "survey_status",
"value": 1
}
]
}'