Expand my Community achievements bar.

SOLVED

Use Fusion to read Queue Topic IDs

Avatar

Level 2

For example:

 

Project A is created using Project Template A.

Project Template A has 4 queue topics and 2 topic groups defined.

Therefore, Project A is also having 4 queue topics and 2 topic groups

Now before any requests are created in Project A, I wanted to use Fusion to see all the 4 queue topic IDs and 2 topic group IDs. Is it possible?

 

Thanks

1 Accepted Solution

Avatar

Correct answer by
Level 8

You can use Workfront's custom API call to get queue topic and group provided you have project ID beforehand.

URL: QUET/search?queueDef:projectID=abcd1234&fields=name,parentTopicGroup:name (replace abcd1234 with your project ID).

_Manish_Singh_0-1737304039548.png

View solution in original post

2 Replies

Avatar

Correct answer by
Level 8

You can use Workfront's custom API call to get queue topic and group provided you have project ID beforehand.

URL: QUET/search?queueDef:projectID=abcd1234&fields=name,parentTopicGroup:name (replace abcd1234 with your project ID).

_Manish_Singh_0-1737304039548.png

Avatar

Level 2

This is exactly what I needed. Tested it, and it works like a charm. Thanks again!