GET api/v1/departmentskills/{departmentId}/{effectiveDate}/{staffId}
Get list of department skills for staff member.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| departmentId | integer |
Required |
|
| effectiveDate | date |
Required |
|
| staffId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ApiResponseModelOfListOfDepartmentSkillModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | ApiResponseDataModelOfListOfDepartmentSkillModel |
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": [
{
"DepartmentSkillId": 1,
"DepartmentId": 2,
"SkillLevelId": 3,
"ApplicationChanged": "sample string 4",
"UserChangerd": "sample string 5",
"Version": "QEA=",
"rowguid": "7b8ae799-05be-400b-927e-e4c1a69868eb",
"DateChanged": "2026-01-02T21:52:48.1576018-06:00",
"Licensed": true,
"EffectiveDate": "2026-01-02T21:52:48.1576018-06:00",
"ExpiresDate": "2026-01-02T21:52:48.1576018-06:00",
"CountOnDashboard": true,
"includeInISASStaffingGrid": true,
"Description": "sample string 12",
"LongDescription": "sample string 13"
},
{
"DepartmentSkillId": 1,
"DepartmentId": 2,
"SkillLevelId": 3,
"ApplicationChanged": "sample string 4",
"UserChangerd": "sample string 5",
"Version": "QEA=",
"rowguid": "7b8ae799-05be-400b-927e-e4c1a69868eb",
"DateChanged": "2026-01-02T21:52:48.1576018-06:00",
"Licensed": true,
"EffectiveDate": "2026-01-02T21:52:48.1576018-06:00",
"ExpiresDate": "2026-01-02T21:52:48.1576018-06:00",
"CountOnDashboard": true,
"includeInISASStaffingGrid": true,
"Description": "sample string 12",
"LongDescription": "sample string 13"
}
]
},
"Errors": [
"sample string 1",
"sample string 2"
],
"Warnings": [
"sample string 1",
"sample string 2"
]
}