Ensighten TDN API
Retrieve TDN job information JSON Schema Conforms to JSON schema draft v4 specifications { "$schema": "http://json-schema.org/draft-04/schema#", "description": "Get job response", "type": "object", "properties": { "id": { "type": "string" }, "version": { "type": "integer" }, "user": { "type": "object", "properties": { "id": { "type": "integer" }, "name": { "type": "string" } }, "required": [ "id", "name" ] }, "space": { "type": "object", "properties": { "id": { "type": "integer" }, "name": {