GET api/AssignTimetable/GetAllMarks
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
MarksListName | Description | Type | Additional information |
---|---|---|---|
AllMarks | Collection of OneMark |
None. |
Response Formats
application/json, text/json
Sample:
{ "AllMarks": null }
application/xml, text/xml
Sample:
<MarksList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BLMedical.AssignTimetableManage"> <AllMarks i:nil="true" /> </MarksList>
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.