GET api/schoolls/all

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of SchoolExperiences
NameDescriptionTypeAdditional information
ProfileId

globally unique identifier

None.

SchoolName

string

None.

SchoolGrade

string

None.

DegreeObtained

string

None.

StartDate

date

None.

EndDate

date

None.

Id

globally unique identifier

None.

CreatedDate

date

None.

ModifiedDate

date

None.

DeletedDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ProfileId": "7002deb3-205e-42a2-a053-156d6c4654bd",
    "SchoolName": "sample string 2",
    "SchoolGrade": "sample string 3",
    "DegreeObtained": "sample string 4",
    "StartDate": "2025-12-05T20:24:16.8597887-08:00",
    "EndDate": "2025-12-05T20:24:16.8597887-08:00",
    "Id": "da9bb7f7-59fd-4c2c-b734-c4dfd7dae0ac",
    "CreatedDate": "2025-12-05T20:24:16.8597887-08:00",
    "ModifiedDate": "2025-12-05T20:24:16.8597887-08:00",
    "DeletedDate": "2025-12-05T20:24:16.8597887-08:00"
  },
  {
    "ProfileId": "7002deb3-205e-42a2-a053-156d6c4654bd",
    "SchoolName": "sample string 2",
    "SchoolGrade": "sample string 3",
    "DegreeObtained": "sample string 4",
    "StartDate": "2025-12-05T20:24:16.8597887-08:00",
    "EndDate": "2025-12-05T20:24:16.8597887-08:00",
    "Id": "da9bb7f7-59fd-4c2c-b734-c4dfd7dae0ac",
    "CreatedDate": "2025-12-05T20:24:16.8597887-08:00",
    "ModifiedDate": "2025-12-05T20:24:16.8597887-08:00",
    "DeletedDate": "2025-12-05T20:24:16.8597887-08:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSchoolExperiences xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
  <SchoolExperiences>
    <CreatedDate>2025-12-05T20:24:16.8597887-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:24:16.8597887-08:00</DeletedDate>
    <Id>da9bb7f7-59fd-4c2c-b734-c4dfd7dae0ac</Id>
    <ModifiedDate>2025-12-05T20:24:16.8597887-08:00</ModifiedDate>
    <DegreeObtained>sample string 4</DegreeObtained>
    <EndDate>2025-12-05T20:24:16.8597887-08:00</EndDate>
    <ProfileId>7002deb3-205e-42a2-a053-156d6c4654bd</ProfileId>
    <SchoolGrade>sample string 3</SchoolGrade>
    <SchoolName>sample string 2</SchoolName>
    <StartDate>2025-12-05T20:24:16.8597887-08:00</StartDate>
  </SchoolExperiences>
  <SchoolExperiences>
    <CreatedDate>2025-12-05T20:24:16.8597887-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:24:16.8597887-08:00</DeletedDate>
    <Id>da9bb7f7-59fd-4c2c-b734-c4dfd7dae0ac</Id>
    <ModifiedDate>2025-12-05T20:24:16.8597887-08:00</ModifiedDate>
    <DegreeObtained>sample string 4</DegreeObtained>
    <EndDate>2025-12-05T20:24:16.8597887-08:00</EndDate>
    <ProfileId>7002deb3-205e-42a2-a053-156d6c4654bd</ProfileId>
    <SchoolGrade>sample string 3</SchoolGrade>
    <SchoolName>sample string 2</SchoolName>
    <StartDate>2025-12-05T20:24:16.8597887-08:00</StartDate>
  </SchoolExperiences>
</ArrayOfSchoolExperiences>