Hello There,
I am trying to invoke https://docs.genesys.com/Documentation/HTCC/8.5.1/API/StatisticsAPI REST API but I have no idea what objectId is.
“You can use the following request retrieve the most recent statistic values for a specific object ID:
GET api/v1/stats/{objectId}
For example:
GET api/v1/stats/e653a99ae8a74dd5bfb5c7be57bd8c65”
I suspect /api/v1/stats/ should return all object ids but maybe I am wrong.
Currently I get this json back:
{
“statusCode”: 0,
“totalCount”: 0,
“statistics”: {}
}
Could anyone help how to go on please?