POST api/PSAPI/GetStudentUnAnsweredSubSpeciality
Request Information
URI Parameters
None.
Body Parameters
Collection of ObjectNone.
Request Formats
application/json, text/json, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of SpecialityEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| AnswerChoiceText | string |
None. |
|
| CreatedDate | date |
None. |
|
| ModifiedDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| ModifiedBy | integer |
None. |
|
| IsActive | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"answerChoiceText": "sample string 2",
"createdDate": "2025-10-31T06:32:04.2682307-04:00",
"modifiedDate": "2025-10-31T06:32:04.2682307-04:00",
"createdBy": 1,
"modifiedBy": 1,
"isActive": true
},
{
"id": 1,
"answerChoiceText": "sample string 2",
"createdDate": "2025-10-31T06:32:04.2682307-04:00",
"modifiedDate": "2025-10-31T06:32:04.2682307-04:00",
"createdBy": 1,
"modifiedBy": 1,
"isActive": true
}
]
text/xml
Sample:
<ArrayOfSpecialityEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMSBL.Entity">
<SpecialityEntity>
<CreatedBy>1</CreatedBy>
<CreatedDate>2025-10-31T06:32:04.2682307-04:00</CreatedDate>
<ID>0</ID>
<IsActive>true</IsActive>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2025-10-31T06:32:04.2682307-04:00</ModifiedDate>
<AnswerChoiceText>sample string 2</AnswerChoiceText>
<ID>1</ID>
</SpecialityEntity>
<SpecialityEntity>
<CreatedBy>1</CreatedBy>
<CreatedDate>2025-10-31T06:32:04.2682307-04:00</CreatedDate>
<ID>0</ID>
<IsActive>true</IsActive>
<ModifiedBy>1</ModifiedBy>
<ModifiedDate>2025-10-31T06:32:04.2682307-04:00</ModifiedDate>
<AnswerChoiceText>sample string 2</AnswerChoiceText>
<ID>1</ID>
</SpecialityEntity>
</ArrayOfSpecialityEntity>