GET api/LT_Form_Affectation/GetLT_Form_Affectation?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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-24T20:57:51.9542508+00:00",
"LastChanged_AuthorId": 1
}
application/xml, text/xml
Sample:
<LT_Form_Affectation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ELO_IdentityAPI_Eloapp.net.Models"> <AffectationGroupId>sample string 2</AffectationGroupId> <CompanyId>1</CompanyId> <EmployeId>1</EmployeId> <FormAffectationID>1</FormAffectationID> <FormId>3</FormId> <GroupId>1</GroupId> <LastChange>2025-12-24T20:57:51.9542508+00:00</LastChange> <LastChanged_AuthorId>1</LastChanged_AuthorId> <PostId>1</PostId> <SiteId>1</SiteId> <WFUId>1</WFUId> <WFYId>1</WFYId> </LT_Form_Affectation>