Skip to main content

Uniphore Customer Portal

View Feedback List

This API lists the feedback created by a supervisor for a specific ACW agent’s session (call).

Endpoint

Method: GET

URL: https://api.<region>.cloud.uniphore.com/sms/v2/api/feedbacklist/{supervisorId}/{agentCRMId}/{conversationId}?environment=<env_name>

Path Parameters

Path Parameter

Description

Data Type

Required /

Optional

supervisorId

The user ID of supervisor

String

Required

agentCRMId

The user ID from the client/customer database. If the audio logger provides the station-id instead of agent-id, this user ID for the ACW Agent should be the agent's station-id.

String

Required

conversationId

Internally system-generated unique identification number.

String

Required

Query Parameter

Parameter Name

Description

Data Type

Required / Optional

environment

Operating environment type. Three out-of-the-box environments are provided for each account:

  • DEV

  • TEST

  • PROD

String

Optional

Example Response
[
	{
	agentId: uni123,
	feedbackText: Please talk politely
	sent: true
}
]
Response Parameters

Response Parameters

Description

agentId

The user ID of ACW agent

feedbackText

List of feedback message sent to the specific ACW agent

sent

Whether the Feedback is sent or not.

Example: True or False

Response and Error Codes

Response Code

Description

200

OK – Displays the list of feedback

401

Invalid request. Please provide a supervisor id / agent CRM id / session id.

500

Internal error