POST Api/thesisStudentAssign/GetThesisList

Request Information

URI Parameters

None.

Body Parameters

thesisStudentAssign
NameDescriptionTypeAdditional information
name

string

None.

batch

string

None.

studentId

integer

None.

guideId

integer

None.

title

string

None.

startDate

string

None.

submissionDate

string

None.

duration

integer

None.

ecRecommend

integer

None.

totalSample

integer

None.

sampleType

string

None.

deptId

integer

None.

coguidedt

DataTable

None.

opCode

integer

None.

isException

boolean

None.

exceptionMessage

string

None.

DS

DataSet

None.

id

string

None.

strId

string

None.

userId

integer

None.

status

integer

None.

message

string

None.

PageSize

string

None.

PageIndex

string

None.

responseValue

DataSet

None.

Request Formats

application/json, text/json

Sample:
{
  "name": "sample string 1",
  "batch": "sample string 2",
  "studentId": 3,
  "guideId": 4,
  "title": "sample string 5",
  "startDate": "sample string 6",
  "submissionDate": "sample string 7",
  "duration": 8,
  "ecRecommend": 9,
  "totalSample": 10,
  "sampleType": "sample string 11",
  "deptId": 12,
  "coguidedt": null,
  "opCode": 13,
  "isException": true,
  "exceptionMessage": "sample string 15",
  "ds": null,
  "id": "sample string 16",
  "strId": "sample string 17",
  "userId": 18,
  "status": 19,
  "message": "sample string 20",
  "pageSize": "sample string 21",
  "pageIndex": "sample string 22",
  "responseValue": {}
}

application/xml, text/xml

Sample:
<thesisStudentAssign xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMSWebAPI.Models">
  <DS i:nil="true" xmlns="http://schemas.datacontract.org/2004/07/DLLUtility" />
  <PageIndex xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 22</PageIndex>
  <PageSize xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 21</PageSize>
  <exceptionMessage xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 15</exceptionMessage>
  <id xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 16</id>
  <isException xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">true</isException>
  <message xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 20</message>
  <opCode xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">13</opCode>
  <responseValue xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">
    <xs:schema id="sample_x0020_string_x0020_3" targetNamespace="sample string 4" xmlns:mstns="sample string 4" xmlns="sample string 4" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" attributeFormDefault="qualified" elementFormDefault="qualified">
      <xs:element name="sample_x0020_string_x0020_3" msdata:IsDataSet="true" msdata:CaseSensitive="true" msdata:UseCurrentLocale="true">
        <xs:complexType>
          <xs:choice minOccurs="0" maxOccurs="unbounded" />
        </xs:complexType>
      </xs:element>
    </xs:schema>
    <diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1" />
  </responseValue>
  <status xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">19</status>
  <strId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">sample string 17</strId>
  <userId xmlns="http://schemas.datacontract.org/2004/07/DLLUtility">18</userId>
  <batch>sample string 2</batch>
  <coguidedt i:nil="true" />
  <deptId>12</deptId>
  <duration>8</duration>
  <ecRecommend>9</ecRecommend>
  <guideId>4</guideId>
  <name>sample string 1</name>
  <sampleType>sample string 11</sampleType>
  <startDate>sample string 6</startDate>
  <studentId>3</studentId>
  <submissionDate>sample string 7</submissionDate>
  <title>sample string 5</title>
  <totalSample>10</totalSample>
</thesisStudentAssign>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'thesisStudentAssign'.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.