Navriti:Learnplate

<back to all web services

SelectQuestions

HTTP + JSV

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

POST /jsv/syncreply/SelectQuestions HTTP/1.1 
Host: uap-api.certiplate.com 
Content-Type: text/jsv
Content-Length: length

{
	Related_to_id: 0,
	Related_to_type: String,
	Created_by: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	Question_id: 0,
	Question_text: 
	[
		String
	],
	Question_type: String,
	Options: 
	[
		String
	],
	Correct_option: 
	[
		String
	],
	Comment: 
	[
		String
	],
	File_link: 
	[
		String
	],
	Image_link: 
	[
		String
	],
	Tags: 
	[
		String
	],
	Rowno: 0,
	DifficultyLevel: 0,
	LessonName: String,
	LessonId: 0,
	DisplayTextForQuestion: String,
	Hint: 
	[
		String
	],
	Hint_image: 
	[
		String
	],
	Options_image: 
	[
		String
	],
	ModuleName: String,
	TopicName: String,
	Category: String,
	AttributeType: String,
	LangVersion: 
	[
		String
	],
	NosIds: 
	[
		0
	],
	Pcids: 
	[
		0
	],
	NosNames: 
	[
		String
	],
	PcNames: 
	[
		String
	],
	Attribute: String,
	DisplayLabelForDifficultyLevel: String,
	Questionlanguagesversions: String,
	IsDeleted: False
}