GET api/StudentLock?Pidm={Pidm}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Pidm | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
StudentLockResult| Name | Description | Type | Additional 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": "2026-02-03T22:06:35.47997-05:00",
"endDate": "2026-02-03T22:06:35.47997-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": "2026-02-03T22:06:35.47997-05:00",
"endDate": "2026-02-03T22:06:35.47997-05:00"
}
],
"responseCode": 0,
"responseMessage": "sample string 1"
}