GET api/Lt_FormAffectation/FormAffectedToWFU/{WfuId}
Get Lt_Form_Affectation of WFU
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
WfuId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LT_Form_AffectationName | 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-08-14T03:16:46.3908055+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-08-14T03:16:46.3908055+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-08-14T03:16:46.3908055+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-08-14T03:16:46.3908055+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>