GET api/Assignments/getAllRecords/WebPortal/AssignmentType/AcademicYear/{Id}/{SubjectId}/{Type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
Required |
|
| SubjectId | integer |
Required |
|
| Type | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AssignmentTypeWebportalDtoDataList| Name | Description | Type | Additional information |
|---|---|---|---|
| AssignmentTypeId | decimal number |
None. |
|
| AssignmentTypeName | string |
None. |
|
| AssignmentCount | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AssignmentTypeId": 1.0,
"AssignmentTypeName": "sample string 1",
"AssignmentCount": 1.0
},
{
"AssignmentTypeId": 1.0,
"AssignmentTypeName": "sample string 1",
"AssignmentCount": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfAssignmentController.AssignmentTypeWebportalDtoDataList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZenoxGenius.API.Controllers">
<AssignmentController.AssignmentTypeWebportalDtoDataList>
<AssignmentCount>1</AssignmentCount>
<AssignmentTypeId>1</AssignmentTypeId>
<AssignmentTypeName>sample string 1</AssignmentTypeName>
</AssignmentController.AssignmentTypeWebportalDtoDataList>
<AssignmentController.AssignmentTypeWebportalDtoDataList>
<AssignmentCount>1</AssignmentCount>
<AssignmentTypeId>1</AssignmentTypeId>
<AssignmentTypeName>sample string 1</AssignmentTypeName>
</AssignmentController.AssignmentTypeWebportalDtoDataList>
</ArrayOfAssignmentController.AssignmentTypeWebportalDtoDataList>