Is any one can help me for this issue ?
Comment actions
I'm calling web API into c# code:
string uri = "https://api2.clarizen.com/v1.0/services/data/getWidgetUrl";
I'm passing this param:
data = "{ \"id\": \"/task/6xeey91mzrdu1641n9vj4vvg2172\", \"format\": \"Roadmap\" , \"registered\": \"true\"}";
Response come :
{
"errorCode": "InvalidType",
"message": "Invalid type name 'task'.",
"referenceId": "n24vzeJOUwc1iAjAgmVOG"
}
can you please check and assist me for this issue?
Please sign in to leave a comment.
Is any one can help me for this issue ?
Hi Rakesh,
Widget URLs are provided for Projects. You should provide an id of a Project, not a task.
Hope this helps,
Ophir