GET api/Exam/Answer-key/{SetId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SetId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Response
NameDescriptionTypeAdditional information
Message

string

None.

std

string

None.

name

string

None.

stid

integer

None.

Status

integer

None.

Content

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "std": "sample string 2",
  "name": "sample string 3",
  "stid": 4,
  "Status": 5,
  "Content": {}
}

application/xml, text/xml

Sample:
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LearnFirstWebApi.Models">
  <Content />
  <Message>sample string 1</Message>
  <Status>5</Status>
  <name>sample string 3</name>
  <std>sample string 2</std>
  <stid>4</stid>
</Response>