GET api/Lt_FormAffectation/FormAffectedToEmploye/{EmployeId}
Get Lt_Form_Affectation of Employe
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LT_Form_Affectation| Name | Description | Type | Additional information |
|---|---|---|---|
| FormAffectationID | integer |
None. |
|
| AffectationGroupId | string |
None. |
|
| FormId | integer |
None. |
|
| CompanyId | integer |
None. |
|
| SiteId | integer |
None. |
|
| GroupId | integer |
None. |
|
| EmployeId | integer |
None. |
|
| PostId | integer |
None. |
|
| WFYId | integer |
None. |
|
| WFUId | integer |
None. |
|
| LastChange | date |
None. |
|
| LastChanged_AuthorId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FormAffectationID": 1,
"AffectationGroupId": "sample string 2",
"FormId": 3,
"CompanyId": 1,
"SiteId": 1,
"GroupId": 1,
"EmployeId": 1,
"PostId": 1,
"WFYId": 1,
"WFUId": 1,
"LastChange": "2025-12-28T16:46:31.2736074+00:00",
"LastChanged_AuthorId": 1
},
{
"FormAffectationID": 1,
"AffectationGroupId": "sample string 2",
"FormId": 3,
"CompanyId": 1,
"SiteId": 1,
"GroupId": 1,
"EmployeId": 1,
"PostId": 1,
"WFYId": 1,
"WFUId": 1,
"LastChange": "2025-12-28T16:46:31.2736074+00:00",
"LastChanged_AuthorId": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfLT_Form_Affectation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models">
<LT_Form_Affectation>
<AffectationGroupId>sample string 2</AffectationGroupId>
<CompanyId>1</CompanyId>
<EmployeId>1</EmployeId>
<FormAffectationID>1</FormAffectationID>
<FormId>3</FormId>
<GroupId>1</GroupId>
<LastChange>2025-12-28T16:46:31.2736074+00:00</LastChange>
<LastChanged_AuthorId>1</LastChanged_AuthorId>
<PostId>1</PostId>
<SiteId>1</SiteId>
<WFUId>1</WFUId>
<WFYId>1</WFYId>
</LT_Form_Affectation>
<LT_Form_Affectation>
<AffectationGroupId>sample string 2</AffectationGroupId>
<CompanyId>1</CompanyId>
<EmployeId>1</EmployeId>
<FormAffectationID>1</FormAffectationID>
<FormId>3</FormId>
<GroupId>1</GroupId>
<LastChange>2025-12-28T16:46:31.2736074+00:00</LastChange>
<LastChanged_AuthorId>1</LastChanged_AuthorId>
<PostId>1</PostId>
<SiteId>1</SiteId>
<WFUId>1</WFUId>
<WFYId>1</WFYId>
</LT_Form_Affectation>
</ArrayOfLT_Form_Affectation>