GET api/v1/SkillLevel/ByDepartment/{departmentId}/{date}

Retrieves Skill Levels by Department

Request Information

URI Parameters

NameDescriptionTypeAdditional information
departmentId

integer

Required

date

date

Required

Body Parameters

None.

Response Information

Resource Description

A list of Skill Levels for the provided Department.

ApiResponseModelOfListOfSkillLevelModel
NameDescriptionTypeAdditional 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": "4a465506-32cc-4808-a183-1ca5b54a1bd0",
        "DateChanged": "2026-01-02T10:45:46.4798553-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": "4a465506-32cc-4808-a183-1ca5b54a1bd0",
        "DateChanged": "2026-01-02T10:45:46.4798553-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"
  ]
}