POST api/v1/departmentskills/ByDepartments
Get list of active department skills for list of departments
Request Information
URI Parameters
None.
Body Parameters
SkillLevelsByDepartmentsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DepartmentIds | Collection of integer |
None. |
|
| EffectiveDate | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"DepartmentIds": [
1,
2
],
"EffectiveDate": "2026-01-02T21:52:32.3552168-06:00"
}
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": "6ca6e742-cd44-48ee-93aa-398c6b53962d",
"DateChanged": "2026-01-02T21:52:32.3552168-06:00",
"Licensed": true,
"EffectiveDate": "2026-01-02T21:52:32.3552168-06:00",
"ExpiresDate": "2026-01-02T21:52:32.3552168-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": "6ca6e742-cd44-48ee-93aa-398c6b53962d",
"DateChanged": "2026-01-02T21:52:32.3552168-06:00",
"Licensed": true,
"EffectiveDate": "2026-01-02T21:52:32.3552168-06:00",
"ExpiresDate": "2026-01-02T21:52:32.3552168-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"
]
}