Official comment
Hi Girdhari,
You can use the EntityQuery action (https://api2.clarizen.com/V2.0/services/data/EntityQuery) with the body bellow:
{
"typeName": "Project",
"fields":["Name"]
}
I hope this helps,
Elad
Comment actions