Hi ,
I am getting a 406 Not Acceptable error when calling the rendered-form API method.
This is my code:
Helper helper = new Helper(new Uri(DEFAULT_URL), “demo”, “demo”);
var http = helper.HttpClient(“task/”+ taskID + “/rendered-form”);
var response = http.GetAsync("").Result;
This is my response:
StatusCode: 406, ReasonPhrase: ‘Not Acceptable’, Version: 1.1, Content: System.Net.Http.StreamContent, Headers:
{
Cache-Control: no-cache
Date: Mon, 03 Jul 2017 12:30:38 GMT
Server: Apache-Coyote/1.1
Content-Length: 1162
Content-Language: en
Content-Type: text/html; charset=utf-8
}
this is my process definition
testupdatessigneeissue.bpmn (3.0 KB)