Response

By default, Jacada Interaction Server API returns the output data in JSON (Javascript Object Notation) format.

tog_minusJSON Response Example

The following example illustrates a typical JSON Response:

HTTP/1.0 200 OK                                              (see HTTP Response Status Codes)

 

Date: Fri, 31 Dec 1999 23:59:59 GMT                          (see HTTP HTTP Response Header)

Content-Type: application/json

Content-Length: 1354

Location: interact.jacada.comm/…/resourceID

 

Request-Timestamp: 1337088380518.793945

Server-Version: Ver 6.1, BUILD 20052012-1515

Object-Instance-Id: 1337088343163-8406e0dd5c3f8f20dbb46d7cd5b137502cdd11-7c4650052d10-ed85-4b65-ac93-278ec181efe5

Object-Id: 1788ff5c097012e4b3c912f75134c29c9a3a-8000

 

{

     #General HTTP Response Body - JSON#                     (see API Method)

}

 

The Interaction Designer API provides the following Response characteristics:

HTTP Response Status Codes—Provides header response status codes.

HTTP Response Header—Provides the protocol response header attributes.

General HTTP Response Body—Describes the response body request string.

General HTTP Error Response Body—Provides the generic error response schema and example.