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
Sample:
[ { "ID": 1, "InputDate": "2025-04-29T19:43:21.7617797+01:00", "TargetDate": "2025-04-29T19:43:21.7617797+01:00", "CompletedDate": "2025-04-29T19:43:21.7617797+01:00", "PlanCode": "sample string 3", "PlanDescription": "sample string 4" }, { "ID": 1, "InputDate": "2025-04-29T19:43:21.7617797+01:00", "TargetDate": "2025-04-29T19:43:21.7617797+01:00", "CompletedDate": "2025-04-29T19:43:21.7617797+01:00", "PlanCode": "sample string 3", "PlanDescription": "sample string 4" }, { "ID": 1, "InputDate": "2025-04-29T19:43:21.7617797+01:00", "TargetDate": "2025-04-29T19:43:21.7617797+01:00", "CompletedDate": "2025-04-29T19:43:21.7617797+01:00", "PlanCode": "sample string 3", "PlanDescription": "sample string 4" } ]
text/html
Sample:
[{"ID":1,"InputDate":"2025-04-29T19:43:21.7617797+01:00","TargetDate":"2025-04-29T19:43:21.7617797+01:00","CompletedDate":"2025-04-29T19:43:21.7617797+01:00","PlanCode":"sample string 3","PlanDescription":"sample string 4"},{"ID":1,"InputDate":"2025-04-29T19:43:21.7617797+01:00","TargetDate":"2025-04-29T19:43:21.7617797+01:00","CompletedDate":"2025-04-29T19:43:21.7617797+01:00","PlanCode":"sample string 3","PlanDescription":"sample string 4"},{"ID":1,"InputDate":"2025-04-29T19:43:21.7617797+01:00","TargetDate":"2025-04-29T19:43:21.7617797+01:00","CompletedDate":"2025-04-29T19:43:21.7617797+01:00","PlanCode":"sample string 3","PlanDescription":"sample string 4"}]
application/xml, text/xml
Sample:
<ArrayOfTrainingCoursePlan xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carval.SelfService.BLL.Training"> <TrainingCoursePlan> <CompletedDate>2025-04-29T19:43:21.7617797+01:00</CompletedDate> <ID>1</ID> <InputDate>2025-04-29T19:43:21.7617797+01:00</InputDate> <PlanCode>sample string 3</PlanCode> <PlanDescription>sample string 4</PlanDescription> <TargetDate>2025-04-29T19:43:21.7617797+01:00</TargetDate> </TrainingCoursePlan> <TrainingCoursePlan> <CompletedDate>2025-04-29T19:43:21.7617797+01:00</CompletedDate> <ID>1</ID> <InputDate>2025-04-29T19:43:21.7617797+01:00</InputDate> <PlanCode>sample string 3</PlanCode> <PlanDescription>sample string 4</PlanDescription> <TargetDate>2025-04-29T19:43:21.7617797+01:00</TargetDate> </TrainingCoursePlan> <TrainingCoursePlan> <CompletedDate>2025-04-29T19:43:21.7617797+01:00</CompletedDate> <ID>1</ID> <InputDate>2025-04-29T19:43:21.7617797+01:00</InputDate> <PlanCode>sample string 3</PlanCode> <PlanDescription>sample string 4</PlanDescription> <TargetDate>2025-04-29T19:43:21.7617797+01:00</TargetDate> </TrainingCoursePlan> </ArrayOfTrainingCoursePlan>