cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
952
Views
15
Helpful
12
Replies

How to get Wrap-up Time in API UCCE 11.6

Hi,

I need to know the wrap-up time configured for an agent in UCCE 11.6.
in UCCE 12.6, I am able to get the wrap-up time in the User Details API finesse/api/User/<agent_id> under the key <wrapUpTimer>30</wrapUpTimer> but this key is not present in UCCE11.6 user info response.

Can someone please help me with this?

PS: I can not access the admin console or AWDB. It has to be API way.

12 Replies 12

Hi @Konstantin Vaksin ,

Thanks for replying. But I don't see wrap up time anywhere in the API response.

Hello Deepak,

You get a reference to the ADS, that is assigned to the agent

test2
/unifiedconfig/config/agentdesksetting/5434


This you can use to get details for the configuration of ADS.

Hope that helps.
Kostia

Hi @Konstantin Vaksin 

I guess these APIs are available only to Supervisor and Admin. I don't have those permissions. I only have agent permissions.

Hello,

You should be able to have read rights as well.

Please have a look into API details.

Kostia

in the url: https://<server>/unifiedconfig/config/agent/<id>

what's the server?
is it awdb host?
which credentials do I need to use to call this API, AWDB or Agent's creds?
I am getting 401 error in both the cases.

Hi @bill.king1 ,

Yeah, the wrap up time is easily available in the API in ucce 12.6 but not in 11.6. Do you know any way to get it in UCCE 11.6?

 

You'd likely have to make it a two step process like @Konstantin Vaksin pointed out, if you don't have access to awdb/the server itself.

Konstantin Vaksin
Cisco Employee
Cisco Employee

Deepak,

I would double consider, if you need to invest a lot of time into 11.6 version, that will get to EoL this September.

Kostia

@Konstantin Vaksin ,
Yes, we will be moving to 12.6 before August. But we need to support 11.6 right now for the client.