TaxComm Platform Service

<back to all web services

WebixGanttTaskRequest

The following routes are available for this service:
GET,OPTIONS/v1/webix/gantt/tasks

To override the Content-type in your clients HTTP Accept Header, append the .jsv suffix or ?format=jsv

HTTP + JSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /jsv/reply/WebixGanttTaskRequest HTTP/1.1 
Host: taxcommapi.trendsic.net 
Content-Type: text/jsv
Content-Length: length

{
	
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	id: String,
	type: String,
	start_date: String,
	planned_start: String,
	end_date: String,
	planned_end: String,
	text: String,
	progress: 0,
	parent: 0,
	position: 0,
	duration: 0,
	planned_duration: 0,
	details: String,
	open: False,
	opened: 0,
	job_type_id: 0,
	job_type_name: String,
	created_by_id: String
}