GET api/v1/SkillLevel/{page}/{pageSize}
Retrieves All Skill Levels
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| page | integer |
Required |
|
| pageSize | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
A list of Skill Levels
ApiResponseModelOfIEnumerableOfSkillLevelModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfIEnumerableOfSkillLevelModel |
None. |
|
| Errors | Collection of string |
None. |
|
| Warnings | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"PageSize": 1,
"Page": 2,
"TotalPages": 3,
"TotalResults": 4,
"Results": [
{
"SkillLevelId": 1,
"Description": "sample string 2",
"SkillCode": 3,
"SortOrder": 4,
"AppChanged": "sample string 5",
"UserChanged": "sample string 6",
"Version": "QEA=",
"Rowguid": "26300133-ad44-47ea-9e61-392bf3f51c07",
"DateChanged": "2026-01-02T21:46:44.135859-06:00",
"LongDescription": "sample string 8",
"Licensed": true,
"SkillLevelCategoryId": 1,
"OnDashboard": true
},
{
"SkillLevelId": 1,
"Description": "sample string 2",
"SkillCode": 3,
"SortOrder": 4,
"AppChanged": "sample string 5",
"UserChanged": "sample string 6",
"Version": "QEA=",
"Rowguid": "26300133-ad44-47ea-9e61-392bf3f51c07",
"DateChanged": "2026-01-02T21:46:44.135859-06:00",
"LongDescription": "sample string 8",
"Licensed": true,
"SkillLevelCategoryId": 1,
"OnDashboard": true
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}