POST api/PSAPI/GetStudentUnAnsweredSubSpeciality

Request Information

URI Parameters

None.

Body Parameters

Collection of Object

None.

Request Formats

application/json, text/json, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of SpecialityEntity
NameDescriptionTypeAdditional 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-01-21T23:17:05.7441155-05:00",
    "modifiedDate": "2025-01-21T23:17:05.7441155-05:00",
    "createdBy": 1,
    "modifiedBy": 1,
    "isActive": true
  },
  {
    "id": 1,
    "answerChoiceText": "sample string 2",
    "createdDate": "2025-01-21T23:17:05.7441155-05:00",
    "modifiedDate": "2025-01-21T23:17:05.7441155-05: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-01-21T23:17:05.7441155-05:00</CreatedDate>
    <ID>0</ID>
    <IsActive>true</IsActive>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedDate>2025-01-21T23:17:05.7441155-05:00</ModifiedDate>
    <AnswerChoiceText>sample string 2</AnswerChoiceText>
    <ID>1</ID>
  </SpecialityEntity>
  <SpecialityEntity>
    <CreatedBy>1</CreatedBy>
    <CreatedDate>2025-01-21T23:17:05.7441155-05:00</CreatedDate>
    <ID>0</ID>
    <IsActive>true</IsActive>
    <ModifiedBy>1</ModifiedBy>
    <ModifiedDate>2025-01-21T23:17:05.7441155-05:00</ModifiedDate>
    <AnswerChoiceText>sample string 2</AnswerChoiceText>
    <ID>1</ID>
  </SpecialityEntity>
</ArrayOfSpecialityEntity>