Hello daBellows,
To create a Queue Topic Group this body works for me, if the parentID is set to the ID of another Queue Topic Group.
So you would get a sub topic group...
{
'name': 'Linux',
'objCode': 'QUETGP',
'customerID': '<customerID>',
'description': '',
'parentID': '<ID of Queue Topic Group>',
'queueDefID': '<field "Queue Definition ID" from Queue Project>'
}
When searching through the existing topic groups using Fusion / the API, I see that parentID is always filled, but I do not have any idea, where this ID comes from. It is not the ID of the queue project...
Regards
Lars