POST api/GetTrainingPlans
Get an employee's training plan
Request Information
Payload
| Name | Payload Parameters | Additional information |
|---|---|---|
| Parameters | int Personnel_Number |
None. |
Response Information
Response body formats
application/json, text/json
[
{
"ID": 1,
"InputDate": "2025-11-14T16:15:36.1049944+00:00",
"TargetDate": "2025-11-14T16:15:36.1049944+00:00",
"CompletedDate": "2025-11-14T16:15:36.1049944+00:00",
"PlanCode": "sample string 3",
"PlanDescription": "sample string 4"
},
{
"ID": 1,
"InputDate": "2025-11-14T16:15:36.1049944+00:00",
"TargetDate": "2025-11-14T16:15:36.1049944+00:00",
"CompletedDate": "2025-11-14T16:15:36.1049944+00:00",
"PlanCode": "sample string 3",
"PlanDescription": "sample string 4"
},
{
"ID": 1,
"InputDate": "2025-11-14T16:15:36.1049944+00:00",
"TargetDate": "2025-11-14T16:15:36.1049944+00:00",
"CompletedDate": "2025-11-14T16:15:36.1049944+00:00",
"PlanCode": "sample string 3",
"PlanDescription": "sample string 4"
}
]
text/html
[{"ID":1,"InputDate":"2025-11-14T16:15:36.1049944+00:00","TargetDate":"2025-11-14T16:15:36.1049944+00:00","CompletedDate":"2025-11-14T16:15:36.1049944+00:00","PlanCode":"sample string 3","PlanDescription":"sample string 4"},{"ID":1,"InputDate":"2025-11-14T16:15:36.1049944+00:00","TargetDate":"2025-11-14T16:15:36.1049944+00:00","CompletedDate":"2025-11-14T16:15:36.1049944+00:00","PlanCode":"sample string 3","PlanDescription":"sample string 4"},{"ID":1,"InputDate":"2025-11-14T16:15:36.1049944+00:00","TargetDate":"2025-11-14T16:15:36.1049944+00:00","CompletedDate":"2025-11-14T16:15:36.1049944+00:00","PlanCode":"sample string 3","PlanDescription":"sample string 4"}]
application/xml, text/xml
<ArrayOfTrainingCoursePlan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carval.SelfService.BLL.Training">
<TrainingCoursePlan>
<CompletedDate>2025-11-14T16:15:36.1049944+00:00</CompletedDate>
<ID>1</ID>
<InputDate>2025-11-14T16:15:36.1049944+00:00</InputDate>
<PlanCode>sample string 3</PlanCode>
<PlanDescription>sample string 4</PlanDescription>
<TargetDate>2025-11-14T16:15:36.1049944+00:00</TargetDate>
</TrainingCoursePlan>
<TrainingCoursePlan>
<CompletedDate>2025-11-14T16:15:36.1049944+00:00</CompletedDate>
<ID>1</ID>
<InputDate>2025-11-14T16:15:36.1049944+00:00</InputDate>
<PlanCode>sample string 3</PlanCode>
<PlanDescription>sample string 4</PlanDescription>
<TargetDate>2025-11-14T16:15:36.1049944+00:00</TargetDate>
</TrainingCoursePlan>
<TrainingCoursePlan>
<CompletedDate>2025-11-14T16:15:36.1049944+00:00</CompletedDate>
<ID>1</ID>
<InputDate>2025-11-14T16:15:36.1049944+00:00</InputDate>
<PlanCode>sample string 3</PlanCode>
<PlanDescription>sample string 4</PlanDescription>
<TargetDate>2025-11-14T16:15:36.1049944+00:00</TargetDate>
</TrainingCoursePlan>
</ArrayOfTrainingCoursePlan>