GET api/StudentLock?Pidm={Pidm}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Pidm

integer

Required

Body Parameters

None.

Response Information

Resource Description

StudentLockResult
NameDescriptionTypeAdditional information
StudentLockData

Collection of StudentLockData

None.

ResponseCode

StudentLockResponseType

None.

ResponseMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "studentLockData": [
    {
      "index": "sample string 1",
      "number": 2.0,
      "code": "sample string 3",
      "description": "sample string 4",
      "origin": "sample string 5",
      "reason": "sample string 6",
      "startDate": "2025-06-05T02:20:51.9305801-05:00",
      "endDate": "2025-06-05T02:20:51.9305801-05:00"
    },
    {
      "index": "sample string 1",
      "number": 2.0,
      "code": "sample string 3",
      "description": "sample string 4",
      "origin": "sample string 5",
      "reason": "sample string 6",
      "startDate": "2025-06-05T02:20:51.9305801-05:00",
      "endDate": "2025-06-05T02:20:51.9305801-05:00"
    }
  ],
  "responseCode": 0,
  "responseMessage": "sample string 1"
}