Navriti:Learnplate

<back to all web services

GetAllAssessmentRequests

HTTP + JSV

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

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

{
	IsCancelled: 0,
	CreatedBy: String
}
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	RowNo: 0,
	Requestor: String,
	RequestCreatedBy: String,
	RequestCreatedOn: String,
	QpName: String,
	RequestedStartDate: String,
	Stage: String,
	Status: String,
	AssessmentType: String,
	ClusterName: String,
	LocationName: String,
	SectorName: String,
	ScheduledStartDate: String,
	RequestId: 0,
	ClientName: String,
	UploadedFileName: String,
	RequestedStartTime: String,
	ScheduledStartTime: String,
	Shift: String,
	NoOfCandidatesToAssess: 0,
	ScheduledTimeForDisplay: String,
	ClientId: String,
	CentreName: String,
	SdmsBatchId: String,
	SavedStatus: String,
	Statusid: 0,
	ProjectName: String,
	AssignedOn: String,
	CandidatesAssessed: 0,
	CenterAddress: String,
	SpocName: String,
	SpocContact: String,
	Reason: String,
	CancelledBy: String,
	CancelledOn: String
}