GET Api/Student/GetHomePageInfo?appInfo={appInfo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appInfo | string |
Required |
Body Parameters
None.
Response Information
Resource Description
HomepageResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowPopup | boolean |
None. |
|
| IsForcePopup | boolean |
None. |
|
| IsNewVersion | boolean |
None. |
|
| Success | boolean |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ShowPopup": true,
"IsForcePopup": true,
"IsNewVersion": true,
"Success": true,
"Message": "sample string 5"
}
application/xml, text/xml
Sample:
<HomepageResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Api.NovinSchool.com.Models.Response"> <Message>sample string 5</Message> <Success>true</Success> <IsForcePopup>true</IsForcePopup> <IsNewVersion>true</IsNewVersion> <ShowPopup>true</ShowPopup> </HomepageResponseModel>