GET api/ParentLogin/GetHomeDataList_Admin?YearId={YearId}&InstituteId={InstituteId}&UserId={UserId}&AppVersion={AppVersion}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| YearId | string |
Required |
|
| InstituteId | string |
Required |
|
| UserId | string |
Required |
|
| AppVersion | string |
Required |
Body Parameters
None.
Response Information
Resource Description
HomeObject_Admin| Name | Description | Type | Additional information |
|---|---|---|---|
| ResultFlag | string |
None. |
|
| Message | string |
None. |
|
| HomeSubModule | Collection of HomeSubModule |
None. |
Response Formats
application/json, text/json
Sample:
{
"ResultFlag": "sample string 1",
"Message": "sample string 2",
"HomeSubModule": [
{
"ModuleId": "sample string 1",
"ModuleName": "sample string 2"
},
{
"ModuleId": "sample string 1",
"ModuleName": "sample string 2"
}
]
}
text/html
Sample:
{"ResultFlag":"sample string 1","Message":"sample string 2","HomeSubModule":[{"ModuleId":"sample string 1","ModuleName":"sample string 2"},{"ModuleId":"sample string 1","ModuleName":"sample string 2"}]}
application/xml, text/xml
Sample:
<ParentLoginModels.HomeObject_Admin xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SmartInstituteSoftware.Models">
<HomeSubModule>
<ParentLoginModels.HomeSubModule>
<ModuleId>sample string 1</ModuleId>
<ModuleName>sample string 2</ModuleName>
</ParentLoginModels.HomeSubModule>
<ParentLoginModels.HomeSubModule>
<ModuleId>sample string 1</ModuleId>
<ModuleName>sample string 2</ModuleName>
</ParentLoginModels.HomeSubModule>
</HomeSubModule>
<Message>sample string 2</Message>
<ResultFlag>sample string 1</ResultFlag>
</ParentLoginModels.HomeObject_Admin>