Global Teach - Services

<back to all web services

SaveInteractions

The following routes are available for this service:
All Verbs/svc/saveInteractions
POST/svc/SaveInteractions

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/oneway/SaveInteractions HTTP/1.1 
Host: www.magentatelekom-academy.at 
Content-Type: text/jsv
Content-Length: length

{
	interactions: 
	[
		{
			questionnaireSid: String,
			numId: 0,
			id: String,
			time: String,
			type: String,
			correctResponses: 
			[
				String
			],
			objectiveIds: 
			[
				String
			],
			weighting: String,
			studentResponse: String,
			result: String,
			latency: 0,
			questionnaireId: String,
			questionnaireStartTime: String,
			activityId: String,
			trainingPlanId: String,
			description: String,
			isForSurvey: False
		}
	],
	questionnaireSid: String
}