GET api/MobileAppServices/Get_Notification_Log_Detail?RollNo={RollNo}&ACYear={ACYear}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
RollNo

string

Required

ACYear

string

Required

Body Parameters

None.

Response Information

Resource Description

HttpReponseMessageOfNotification_Log
NameDescriptionTypeAdditional information
ResponseStatus

string

None.

ResponseMessage

string

None.

ResponseCode

integer

None.

ResponseData

Collection of Notification_Log

None.

IsSuccess

boolean

None.

Response Formats

application/json, text/json, text/html

Sample:
{
  "ResponseStatus": "sample string 1",
  "ResponseMessage": "sample string 2",
  "ResponseCode": 3,
  "ResponseData": [
    {
      "C1": 1,
      "C2": 2,
      "C3": 3,
      "C4": 4,
      "C5": 5,
      "C6": 6
    },
    {
      "C1": 1,
      "C2": 2,
      "C3": 3,
      "C4": 4,
      "C5": 5,
      "C6": 6
    }
  ],
  "IsSuccess": true
}