GET Feedback URL
URL: {server-url}/api/v1/request/feedback/{Request-Id}
You can fetch the feedback URL of a request ticket by calling the above endpoint with the ticket ID.
note
To get the URL, first the Feedback request must be initiated from the ServiceOps portal either manually or automatically.
You need the following key-values:
Header
Key | Description |
---|---|
Authorization | Bearer {access token obtained after authorization} |
Example (Request & Response)
Request
curl --request GET \
--url 'http://172.16.11.154/api/v1/request/feedback/2'
Response
{
"url": "http://172.16.11.154/t/request/feedback?uarToken=LAUTA2mDqr1707751334625"
}
Clicking on this URL you can then provide the feedback for Request.