New Semester





Label
Code
Code
  • Its unique reference of Semester.
  • Its a Mandatory input field
  • Allowed only Alphanumeric.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
  • Edit Code not allow in future, so do carefully.
Semester
Semester
  • A semester is one half of an academic year, the academic year is divided into 2 semesters.
  • Its a Mandatory input field
  • Allowed Alphanumeric, space and dot.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Remarks
Remarks
  • Non-mandatory inputs
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow

Edit Semester



Label
Code
Code
  • Its unique reference of Semester.
  • Its a view only, nor editable
Semester
Semester
  • If edit Semester, here change and update.
  • Its a Mandatory input field
  • Allowed Alphanumeric, space and dot.
  • Other special characters are not allow.
  • Copy & paste not allow
  • Duplicate not allow
Status
Status
  • Status is Particular service or Some thing currentry active or Deactive.
  • Select reqired one.
  • Its a Mandatory input field.
Remarks
Remarks
  • Non-mandatory inputs
  • Allowed only alphanumeric.
  • Space and @#%^&*()_-+=:;/?.>,< special characters are allow.
  • Copy & paste not allow

View Semester



Delete Semester





Semesters List



Webservice

Get List

url: webservice.php?action=l&method=masl
{"status":"success",
                            "data":[{"ID":"a87ff679a2f3e71d9181a67b7542122c",
                            "Code":"SN01",
                            "Semester":"Semester 1",
                            "Remarks":"Semester Nane 1",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:12:12"},
                            {"ID":"e4da3b7fbbce2345d7772b0674a318d5",
                            "Code":"SN02",
                            "Semester":"Semester 2",
                            "Remarks":"Semester Name 2",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:12:39"},
                            {"ID":"1679091c5a880faf6fb5e6087eb1b2dc"
                            "Code":"SN03",
                            "Semester":"Semester 3",
                            "Remarks":"Semester Name 3",
                            "Status":1,
                            "CreatedOn":"2024-09-14 11:13:06"},
                            {"ID":"98f13708210194c475687be6106a3b84",
                            "Code":"SN04",
                            "Semester":"Semester 4",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-07 10:39:03"},
                            {"ID":"3c59dc048e8850243be8079a5c74d079",
                            "Code":"SN05",
                            "Semester":"Semester 5",
                            "Remarks":"","Status":1,
                            "CreatedOn":"2024-12-07 10:39:27"},
                            {"ID":"b6d767d2f8ed5d21a44b0e5886680cb9",
                            "Code":"SN06",
                            "Semester":"Semester 6",
                            "Remarks":"",
                            "Status":1,
                            "CreatedOn":"2024-12-07 10:39:45"}]}
                            
{"status":"failure","message":"data not found}

Add New

url: webservice.php?action=a&method=masl
Input
                             Code=SN07
                             Semester=Semester 7
                             Remarks=semester
                             
{"status":"success","message":"Successfuly created","div":""}
{"status":"failure","message":"Already Exists","div":"Semester"}

Get Data

url: webservice.php?action=g&method=masl&ID=1ff1de774005f8da13f42943881c655f
{"status":"success",
                            "data":[{"ID":"1ff1de774005f8da13f42943881c655f",
                            "Semester":"Semester 7",
                            "Remarks":"semester",
                            "Status":1,
                            "Code":"SN07",
                            "CreatedOn":"2024-12-26 20:56:21"}]}
                            

Update

url: webservice.php?action=u&method=masl
Input
                            ID=1ff1de774005f8da13f42943881c655f
                            Semester=Semester 8
                            Status=1
                            Remarks=semester
                            
{"status":"success","message":"Updated successfully","div":""}
{"status":"failure","message":"unable to update","div":""}

Delete

url: webservice.php?action=r&method=masl
Input
delID=1ff1de774005f8da13f42943881c655f
{"status":"success","message":"Deleted sucessfully"}