GET Api/Assessment/UpdateUserTestTableNew?userId={userId}&assessmentId={assessmentId}&creditId={creditId}&isOwnCaseStudy={isOwnCaseStudy}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userId

integer

Required

assessmentId

integer

Required

creditId

integer

Required

isOwnCaseStudy

string

Required

Body Parameters

None.

Response Information

Resource Description

UpdateUserTestResponse
NameDescriptionTypeAdditional information
code

string

None.

errMessage

string

None.

ShowResult

string

None.

LinkedAssessmentId

integer

None.

LinkedAssessmentCreditId

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "code": "sample string 1",
  "errMessage": "sample string 2",
  "ShowResult": "sample string 3",
  "LinkedAssessmentId": 4,
  "LinkedAssessmentCreditId": 5
}

application/xml, text/xml

Sample:
<UpdateUserTestResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp.Models">
  <LinkedAssessmentCreditId>5</LinkedAssessmentCreditId>
  <LinkedAssessmentId>4</LinkedAssessmentId>
  <ShowResult>sample string 3</ShowResult>
  <code>sample string 1</code>
  <errMessage>sample string 2</errMessage>
</UpdateUserTestResponse>

multipart/form-data

Sample:
<UpdateUserTestResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SGACoreApp.Models"><LinkedAssessmentCreditId>5</LinkedAssessmentCreditId><LinkedAssessmentId>4</LinkedAssessmentId><ShowResult>sample string 3</ShowResult><code>sample string 1</code><errMessage>sample string 2</errMessage></UpdateUserTestResponse>