POST api/UserExam/GetResult

Request Information

URI Parameters

None.

Body Parameters

GetSubmitTestResultCommandRequest
NameDescriptionTypeAdditional information
UserTestId

integer

None.

JobTestLinkId

integer

None.

UserId

globally unique identifier

None.

Language

string

None.

Request Formats

application/json, text/json

Sample:
{
  "UserTestId": 1,
  "JobTestLinkId": 2,
  "UserId": "0dd630cc-692f-4210-8c49-867e475bb0dc",
  "Language": "sample string 4"
}

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.