GET api/downloadclassnotes?classid={classid}&filetype={filetype}&subjectid={subjectid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
classid

integer

Required

filetype

string

Required

subjectid

integer

Required

Body Parameters

None.

Response Information

Resource Description

ResponseModelDownloadClassNote
NameDescriptionTypeAdditional information
downloadclassnoteobj

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "downloadclassnoteobj": {}
}

application/xml, text/xml

Sample:
<ResponseModelDownloadClassNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/schoolinfoerpapi.property">
  <downloadclassnoteobj />
</ResponseModelDownloadClassNote>