GET api/v1/departmentcompetencies/targets?departmentId={departmentId}&scheduleStartDate={scheduleStartDate}&competencyId={competencyId}&scheduleEndDate={scheduleEndDate}
Get DepartmentSummaryCompetencies Scheduled and Targets for given ScheduleStart and ScheduleEnd Dates.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| departmentId | integer |
Required |
|
| scheduleStartDate | date |
Required |
|
| competencyId | integer |
Required |
|
| scheduleEndDate | date |
Required |
Body Parameters
None.
Response Information
Resource Description
CompetencyModel| Name | Description | Type | Additional information |
|---|---|---|---|
| TenantId | string |
None. |
|
| CompetencyId | integer |
Required |
|
| Code | string |
Required String length: inclusive between 0 and 25 |
|
| Name | string |
Required String length: inclusive between 0 and 100 |
|
| ShortDescription | string |
Required String length: inclusive between 0 and 200 |
|
| DepartmentCompetencies | Collection of DepartmentCompetencyModel |
None. |
|
| DepartmentSummaryCompetencies | Collection of DepartmentSummaryCompetencyModel |
None. |
|
| StaffCompetencies | Collection of StaffCompetencyModel |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.