GET api/schoolls/perpage?id={id}&pageNumber={pageNumber}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
|
| pageNumber | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
CommonPaginationPageOfSchoolExperiences| Name | Description | Type | Additional information |
|---|---|---|---|
| TList | Collection of SchoolExperiences |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TList": [
{
"ProfileId": "72795c35-9905-4d1e-91fe-f667ae47d04c",
"SchoolName": "sample string 2",
"SchoolGrade": "sample string 3",
"DegreeObtained": "sample string 4",
"StartDate": "2025-12-05T20:25:19.423693-08:00",
"EndDate": "2025-12-05T20:25:19.423693-08:00",
"Id": "f932400b-5a18-4c82-a5f2-e29116947623",
"CreatedDate": "2025-12-05T20:25:19.423693-08:00",
"ModifiedDate": "2025-12-05T20:25:19.423693-08:00",
"DeletedDate": "2025-12-05T20:25:19.423693-08:00"
},
{
"ProfileId": "72795c35-9905-4d1e-91fe-f667ae47d04c",
"SchoolName": "sample string 2",
"SchoolGrade": "sample string 3",
"DegreeObtained": "sample string 4",
"StartDate": "2025-12-05T20:25:19.423693-08:00",
"EndDate": "2025-12-05T20:25:19.423693-08:00",
"Id": "f932400b-5a18-4c82-a5f2-e29116947623",
"CreatedDate": "2025-12-05T20:25:19.423693-08:00",
"ModifiedDate": "2025-12-05T20:25:19.423693-08:00",
"DeletedDate": "2025-12-05T20:25:19.423693-08:00"
}
],
"TotalPage": 1
}
application/xml, text/xml
Sample:
<CommonPaginationPageOfSchoolExperiences9_SYAvHPQ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Pages">
<TList xmlns:d2p1="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
<d2p1:SchoolExperiences>
<d2p1:CreatedDate>2025-12-05T20:25:19.423693-08:00</d2p1:CreatedDate>
<d2p1:DeletedDate>2025-12-05T20:25:19.423693-08:00</d2p1:DeletedDate>
<d2p1:Id>f932400b-5a18-4c82-a5f2-e29116947623</d2p1:Id>
<d2p1:ModifiedDate>2025-12-05T20:25:19.423693-08:00</d2p1:ModifiedDate>
<d2p1:DegreeObtained>sample string 4</d2p1:DegreeObtained>
<d2p1:EndDate>2025-12-05T20:25:19.423693-08:00</d2p1:EndDate>
<d2p1:ProfileId>72795c35-9905-4d1e-91fe-f667ae47d04c</d2p1:ProfileId>
<d2p1:SchoolGrade>sample string 3</d2p1:SchoolGrade>
<d2p1:SchoolName>sample string 2</d2p1:SchoolName>
<d2p1:StartDate>2025-12-05T20:25:19.423693-08:00</d2p1:StartDate>
</d2p1:SchoolExperiences>
<d2p1:SchoolExperiences>
<d2p1:CreatedDate>2025-12-05T20:25:19.423693-08:00</d2p1:CreatedDate>
<d2p1:DeletedDate>2025-12-05T20:25:19.423693-08:00</d2p1:DeletedDate>
<d2p1:Id>f932400b-5a18-4c82-a5f2-e29116947623</d2p1:Id>
<d2p1:ModifiedDate>2025-12-05T20:25:19.423693-08:00</d2p1:ModifiedDate>
<d2p1:DegreeObtained>sample string 4</d2p1:DegreeObtained>
<d2p1:EndDate>2025-12-05T20:25:19.423693-08:00</d2p1:EndDate>
<d2p1:ProfileId>72795c35-9905-4d1e-91fe-f667ae47d04c</d2p1:ProfileId>
<d2p1:SchoolGrade>sample string 3</d2p1:SchoolGrade>
<d2p1:SchoolName>sample string 2</d2p1:SchoolName>
<d2p1:StartDate>2025-12-05T20:25:19.423693-08:00</d2p1:StartDate>
</d2p1:SchoolExperiences>
</TList>
<TotalPage>1</TotalPage>
</CommonPaginationPageOfSchoolExperiences9_SYAvHPQ>