GET api/schoolls/byprofileid?id={id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

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": "231b38ca-5b1f-49c2-b753-3c88efd1c839",
    "SchoolName": "sample string 2",
    "SchoolGrade": "sample string 3",
    "DegreeObtained": "sample string 4",
    "StartDate": "2025-12-05T20:25:19.9262675-08:00",
    "EndDate": "2025-12-05T20:25:19.9262675-08:00",
    "Id": "8a4e40e1-48d0-4e44-8a7a-7e3dbf8e7275",
    "CreatedDate": "2025-12-05T20:25:19.9262675-08:00",
    "ModifiedDate": "2025-12-05T20:25:19.9262675-08:00",
    "DeletedDate": "2025-12-05T20:25:19.9262675-08:00"
  },
  {
    "ProfileId": "231b38ca-5b1f-49c2-b753-3c88efd1c839",
    "SchoolName": "sample string 2",
    "SchoolGrade": "sample string 3",
    "DegreeObtained": "sample string 4",
    "StartDate": "2025-12-05T20:25:19.9262675-08:00",
    "EndDate": "2025-12-05T20:25:19.9262675-08:00",
    "Id": "8a4e40e1-48d0-4e44-8a7a-7e3dbf8e7275",
    "CreatedDate": "2025-12-05T20:25:19.9262675-08:00",
    "ModifiedDate": "2025-12-05T20:25:19.9262675-08:00",
    "DeletedDate": "2025-12-05T20:25:19.9262675-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:25:19.9262675-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:25:19.9262675-08:00</DeletedDate>
    <Id>8a4e40e1-48d0-4e44-8a7a-7e3dbf8e7275</Id>
    <ModifiedDate>2025-12-05T20:25:19.9262675-08:00</ModifiedDate>
    <DegreeObtained>sample string 4</DegreeObtained>
    <EndDate>2025-12-05T20:25:19.9262675-08:00</EndDate>
    <ProfileId>231b38ca-5b1f-49c2-b753-3c88efd1c839</ProfileId>
    <SchoolGrade>sample string 3</SchoolGrade>
    <SchoolName>sample string 2</SchoolName>
    <StartDate>2025-12-05T20:25:19.9262675-08:00</StartDate>
  </SchoolExperiences>
  <SchoolExperiences>
    <CreatedDate>2025-12-05T20:25:19.9262675-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:25:19.9262675-08:00</DeletedDate>
    <Id>8a4e40e1-48d0-4e44-8a7a-7e3dbf8e7275</Id>
    <ModifiedDate>2025-12-05T20:25:19.9262675-08:00</ModifiedDate>
    <DegreeObtained>sample string 4</DegreeObtained>
    <EndDate>2025-12-05T20:25:19.9262675-08:00</EndDate>
    <ProfileId>231b38ca-5b1f-49c2-b753-3c88efd1c839</ProfileId>
    <SchoolGrade>sample string 3</SchoolGrade>
    <SchoolName>sample string 2</SchoolName>
    <StartDate>2025-12-05T20:25:19.9262675-08:00</StartDate>
  </SchoolExperiences>
</ArrayOfSchoolExperiences>