Original Message:
Sent: 06-27-2025 00:45
From: Indhupriya Deisigan
Subject: Fetch modified Agent details
Hi @Jakub Němec,
Thanks for the input.
We are using PSDK to handle CTI events such as EventEstablished, EventReleased, EventPartyChanged, EventAgentLogin, and EventAgentLogout. My question is: how many of these events can be handled in real time, and is there a limit or recommended threshold for concurrent event processing?
Thanks
Indhu
------------------------------
Indhupriya Deisigan
Original Message:
Sent: 06-11-2025 09:07
From: Jakub Němec
Subject: Fetch modified Agent details
If you want to use PSDK approach, just send a notification query with requested type of object(s) to the Configuration Server to allows system to send configuration events to your application. Also recommend to create a handler class implementing at least Predicate and Subscribe interfaces.
------------------------------
Jakub Němec
Senior Technical Team Lead: MS Operations
Original Message:
Sent: 06-09-2025 06:48
From: Indhupriya Deisigan
Subject: Fetch modified Agent details
Hi @Amr Ashour,
Thanks for the quick response.
We don't have GIM installed for us. We are working on custom application to notify a mail group for any changes in configuration server.
- ObjectCreated - A new object has been added to Configuration Server.
- ObjectChanged - Some of the object properties have been modified in Configuration Server.
- ObjectDeleted - The object has been removed from Configuration Server.
we shall call another API (external) for every event (Create, Update, Delete).
Thanks
------------------------------
Indhupriya Deisigan
Original Message:
Sent: 06-09-2025 05:49
From: Amr Ashour
Subject: Fetch modified Agent details
This option could also be helpful; however, it's more advanced than the previous ones. I believe the required answers can be obtained more easily using the earlier methods, so it's recommended to try those first before resorting to this approach.
------------------------------
Amr Ashour
Original Message:
Sent: 06-09-2025 05:37
From: Indhupriya Deisigan
Subject: Fetch modified Agent details
Hi,
I found in the documentation that using notificationQuery can help achieve this. Could you please guide me on how to implement this, perhaps by sharing a sample Java code snippet?

Using the Configuration Object Model Application Block
------------------------------
Indhupriya Deisigan
Original Message:
Sent: 06-09-2025 05:13
From: Amr Ashour
Subject: Fetch modified Agent details
Hello Dear,
I Answered On the below Question
I would like to ask, how we can fetch historical call details. Is there any way to fetch historical call details/recording details by using callUUId.
This Tool Will help you to extracts all call journey/details but the main reason to use it is to deeply investigate on reporting Issues in GCXI.
if you want to receive notifications when there are modifications to agent details or when a new agent is added?
something like this i think the easiest way is to do DB trigger (on change) then add this changes in a certain table
second way is to do Audit logs on gax I will upload a document may help doing this also see the below links
https://docs.genesys.com/Documentation/FR/Current/MLUG/AuditTrail
https://docs.genesys.com/Documentation/GA/latest/Dep/Auditing
Thanks
------------------------------
Amr Ashour
Original Message:
Sent: 06-09-2025 01:48
From: Indhupriya Deisigan
Subject: Fetch modified Agent details
Hi @Amr Ashour,
Thanks for the response. Could you please elaborate further? Specifically, how can this tool help me receive notifications when there are modifications to agent details or when a new agent is added?
Thanks
Indhupriya
------------------------------
Indhupriya Deisigan
Original Message:
Sent: 06-08-2025 07:23
From: Amr Ashour
Subject: Fetch modified Agent details
you should try GGD Tool included in GIM Installation Path
------------------------------
Amr Ashour
Original Message:
Sent: 06-03-2025 03:25
From: Indhupriya Deisigan
Subject: Fetch modified Agent details
Hi Vinod,
Thanks for your input.
I would like to ask, how we can fetch historical call details. Is there any way to fetch historical call details/recordin details by using callUUId.
Thanks
Indhupriya
------------------------------
Indhupriya Deisigan
Original Message:
Sent: 02-27-2025 09:42
From: Vinod Balan
Subject: Fetch modified Agent details
Hi @Indhupriya Deisigan
cfg_person table in config DB will only have agents. What you are looking for is audit changes to know when an agent was modified or recently added agents.
Either you create an alarm and capture the data in a flat file or send it to a separate DB through bash or batch scripts OR
Export the history log from config server for the last X days, which will give you an XML file with all changes for the last X days. From this, you should be able to filter changes on cfgAgents which should include modifications and creations.
Accessing History of Configuration Changes
------------------------------
Regards,
Vinod Balan
Genesys Reporting & Analytics
Original Message:
Sent: 02-25-2025 02:15
From: Indhupriya Deisigan
Subject: Fetch modified Agent details
Hi,
I need to fetch Agent details; among that I also need to get latest modified Agent details and newly added agent details.
I tried CFGPersonQuery to fetch the Agent details but unable to filter the result to get recent Agent or modified agent details.
Kindly help me on this.
Thanks
Indhupriya
#GenesysEngagePremDev
------------------------------
Indhupriya Deisigan
------------------------------