GET api/v1/SkillLevel/bystaff/{staffId}
Get SkillLevels by staffId This is an asynchronous service.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| staffId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfListOfSkillLevelModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfListOfSkillLevelModel |
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": "4f0b9c9e-cf54-4039-92bd-0b1795e0a0f7",
"DateChanged": "2026-01-02T08:07:50.1544503-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": "4f0b9c9e-cf54-4039-92bd-0b1795e0a0f7",
"DateChanged": "2026-01-02T08:07:50.1544503-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"
]
}