GET api/v1/staffskills/{staffId}
Retrieves a list of skill levels for the provided Staff
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| staffId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfListOfStaffSkillModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfListOfStaffSkillModel |
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": [
{
"StaffId": 1,
"SkillLevelId": 2,
"IsPrimarySkill": true,
"AppChanged": "sample string 4",
"UserChanged": "sample string 5",
"Version": "QEA=",
"Rowguid": "a3afa93a-a5cf-4fb6-b6fa-755a2a9ab220",
"DateChanged": "2026-07-13T21:32:23.8724925-05:00",
"SkillLevelName": "sample string 7"
},
{
"StaffId": 1,
"SkillLevelId": 2,
"IsPrimarySkill": true,
"AppChanged": "sample string 4",
"UserChanged": "sample string 5",
"Version": "QEA=",
"Rowguid": "a3afa93a-a5cf-4fb6-b6fa-755a2a9ab220",
"DateChanged": "2026-07-13T21:32:23.8724925-05:00",
"SkillLevelName": "sample string 7"
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}