GET api/JankariPortal/GetTraineeObervationData/{obid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| obid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetTraineeEmployeeObervation| Name | Description | Type | Additional information |
|---|---|---|---|
| obdtid | integer |
None. |
|
| obid | string |
None. |
|
| empid | string |
None. |
|
| fullname | string |
None. |
|
| activelistning | integer |
None. |
|
| activeparticipation | integer |
None. |
|
| interaction | integer |
None. |
|
| teamwork | integer |
None. |
|
| presentationskills | integer |
None. |
|
| total | integer |
None. |
|
| createdby | string |
None. |
|
| createdon | date |
None. |
|
| updatedby | string |
None. |
|
| updatedon | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"obdtid": 1,
"obid": "sample string 2",
"empid": "sample string 3",
"fullname": "sample string 4",
"activelistning": 1,
"activeparticipation": 1,
"interaction": 1,
"teamwork": 1,
"presentationskills": 1,
"total": 1,
"createdby": "sample string 5",
"createdon": "2025-10-30T02:55:50.7517566+05:30",
"updatedby": "sample string 6",
"updatedon": "2025-10-30T02:55:50.7517566+05:30"
},
{
"obdtid": 1,
"obid": "sample string 2",
"empid": "sample string 3",
"fullname": "sample string 4",
"activelistning": 1,
"activeparticipation": 1,
"interaction": 1,
"teamwork": 1,
"presentationskills": 1,
"total": 1,
"createdby": "sample string 5",
"createdon": "2025-10-30T02:55:50.7517566+05:30",
"updatedby": "sample string 6",
"updatedon": "2025-10-30T02:55:50.7517566+05:30"
}
]
application/xml, text/xml
Sample:
<ArrayOfGetTraineeEmployeeObervation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetTraineeEmployeeObervation>
<activelistning>1</activelistning>
<activeparticipation>1</activeparticipation>
<createdby>sample string 5</createdby>
<createdon>2025-10-30T02:55:50.7517566+05:30</createdon>
<empid>sample string 3</empid>
<fullname>sample string 4</fullname>
<interaction>1</interaction>
<obdtid>1</obdtid>
<obid>sample string 2</obid>
<presentationskills>1</presentationskills>
<teamwork>1</teamwork>
<total>1</total>
<updatedby>sample string 6</updatedby>
<updatedon>2025-10-30T02:55:50.7517566+05:30</updatedon>
</GetTraineeEmployeeObervation>
<GetTraineeEmployeeObervation>
<activelistning>1</activelistning>
<activeparticipation>1</activeparticipation>
<createdby>sample string 5</createdby>
<createdon>2025-10-30T02:55:50.7517566+05:30</createdon>
<empid>sample string 3</empid>
<fullname>sample string 4</fullname>
<interaction>1</interaction>
<obdtid>1</obdtid>
<obid>sample string 2</obid>
<presentationskills>1</presentationskills>
<teamwork>1</teamwork>
<total>1</total>
<updatedby>sample string 6</updatedby>
<updatedon>2025-10-30T02:55:50.7517566+05:30</updatedon>
</GetTraineeEmployeeObervation>
</ArrayOfGetTraineeEmployeeObervation>