Hi, I'm new to the WorkFront API, so it may be an expected behaviour, but I don't understand why the following PUT request:
PUT /attask/api/v9.0/dashboard/561e6061001dbea34f5d88a6f4f845a9?action=exportDashboard HTTP/1.1
Host: .my.workfront.com
sessionID:
Cache-Control: no-cache
Postman-Token: 6274d878-00e8-4828-b7fc-4fbf0e5a304a
leads to: {
"error": {
"class": "java.lang.UnsupportedOperationException",
"message": " This action is unsupported ",
"title": null,
"msgKey": "exception.attask",
"attributes": [
""
],
"code": 0
}
} Is this just a permission-related issue? Thanks! Salvatore