GET api/skills/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
CommonPaginationPageOfSkills| Name | Description | Type | Additional information |
|---|---|---|---|
| TList | Collection of Skills |
None. |
|
| TotalPage | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"TList": [
{
"ProfileId": "98c42379-772e-491d-b289-d6d972753833",
"Name": "sample string 2",
"Description": "sample string 3",
"ProficiencyLevel": 1.0,
"Id": "79f9505f-0942-47dc-be06-6cc93145ea79",
"CreatedDate": "2025-12-05T20:24:16.7485849-08:00",
"ModifiedDate": "2025-12-05T20:24:16.7485849-08:00",
"DeletedDate": "2025-12-05T20:24:16.7485849-08:00"
},
{
"ProfileId": "98c42379-772e-491d-b289-d6d972753833",
"Name": "sample string 2",
"Description": "sample string 3",
"ProficiencyLevel": 1.0,
"Id": "79f9505f-0942-47dc-be06-6cc93145ea79",
"CreatedDate": "2025-12-05T20:24:16.7485849-08:00",
"ModifiedDate": "2025-12-05T20:24:16.7485849-08:00",
"DeletedDate": "2025-12-05T20:24:16.7485849-08:00"
}
],
"TotalPage": 1
}
application/xml, text/xml
Sample:
<CommonPaginationPageOfSkills9_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:Skills>
<d2p1:CreatedDate>2025-12-05T20:24:16.7485849-08:00</d2p1:CreatedDate>
<d2p1:DeletedDate>2025-12-05T20:24:16.7485849-08:00</d2p1:DeletedDate>
<d2p1:Id>79f9505f-0942-47dc-be06-6cc93145ea79</d2p1:Id>
<d2p1:ModifiedDate>2025-12-05T20:24:16.7485849-08:00</d2p1:ModifiedDate>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:ProficiencyLevel>1</d2p1:ProficiencyLevel>
<d2p1:ProfileId>98c42379-772e-491d-b289-d6d972753833</d2p1:ProfileId>
</d2p1:Skills>
<d2p1:Skills>
<d2p1:CreatedDate>2025-12-05T20:24:16.7485849-08:00</d2p1:CreatedDate>
<d2p1:DeletedDate>2025-12-05T20:24:16.7485849-08:00</d2p1:DeletedDate>
<d2p1:Id>79f9505f-0942-47dc-be06-6cc93145ea79</d2p1:Id>
<d2p1:ModifiedDate>2025-12-05T20:24:16.7485849-08:00</d2p1:ModifiedDate>
<d2p1:Description>sample string 3</d2p1:Description>
<d2p1:Name>sample string 2</d2p1:Name>
<d2p1:ProficiencyLevel>1</d2p1:ProficiencyLevel>
<d2p1:ProfileId>98c42379-772e-491d-b289-d6d972753833</d2p1:ProfileId>
</d2p1:Skills>
</TList>
<TotalPage>1</TotalPage>
</CommonPaginationPageOfSkills9_SYAvHPQ>