POST WEvalForm/GetFormTypeList
Request Information
URI Parameters
None.
Body Parameters
FormTypeRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| Code | string |
None. |
|
| TenantCode | string |
None. |
|
| UserId | string |
None. |
|
| CompanyCode | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Name": "sample string 1",
"Code": "sample string 2",
"TenantCode": "sample string 3",
"UserId": "sample string 4",
"CompanyCode": "sample string 5"
}
application/xml, text/xml
Sample:
<FormTypeRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.Form"> <CompanyCode>sample string 5</CompanyCode> <TenantCode>sample string 3</TenantCode> <UserId>sample string 4</UserId> <Code>sample string 2</Code> <Name>sample string 1</Name> </FormTypeRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
RemoteResponseOfSummaryBaseOfFormTypeResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| errors | string |
None. |
|
| unauthed | boolean |
None. |
|
| result | SummaryBaseOfFormTypeResponse |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"errors": "sample string 2",
"unauthed": true,
"result": {
"TotalCount": 1,
"Collection": [
{
"FormId": 1,
"FormName": "sample string 2",
"FormCode": "sample string 3",
"Description": "sample string 4",
"IsActived": true,
"CreatedDateTime": "2026-06-02T20:31:35.8644959+08:00",
"ModifiedDateTime": "2026-06-02T20:31:35.8644959+08:00"
},
{
"FormId": 1,
"FormName": "sample string 2",
"FormCode": "sample string 3",
"Description": "sample string 4",
"IsActived": true,
"CreatedDateTime": "2026-06-02T20:31:35.8644959+08:00",
"ModifiedDateTime": "2026-06-02T20:31:35.8644959+08:00"
}
]
}
}
application/xml, text/xml
Sample:
<RemoteResponseOfSummaryBaseOfFormTypeResponseal7jg1TliaxCqoUW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GJ.Biz.Model">
<Errors>sample string 2</Errors>
<Result>
<Collection xmlns:d3p1="http://schemas.datacontract.org/2004/07/GJ.WEM.Biz.Model.Form">
<d3p1:FormTypeResponse>
<d3p1:CreatedDateTime>2026-06-02T20:31:35.8644959+08:00</d3p1:CreatedDateTime>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:FormCode>sample string 3</d3p1:FormCode>
<d3p1:FormId>1</d3p1:FormId>
<d3p1:FormName>sample string 2</d3p1:FormName>
<d3p1:IsActived>true</d3p1:IsActived>
<d3p1:ModifiedDateTime>2026-06-02T20:31:35.8644959+08:00</d3p1:ModifiedDateTime>
</d3p1:FormTypeResponse>
<d3p1:FormTypeResponse>
<d3p1:CreatedDateTime>2026-06-02T20:31:35.8644959+08:00</d3p1:CreatedDateTime>
<d3p1:Description>sample string 4</d3p1:Description>
<d3p1:FormCode>sample string 3</d3p1:FormCode>
<d3p1:FormId>1</d3p1:FormId>
<d3p1:FormName>sample string 2</d3p1:FormName>
<d3p1:IsActived>true</d3p1:IsActived>
<d3p1:ModifiedDateTime>2026-06-02T20:31:35.8644959+08:00</d3p1:ModifiedDateTime>
</d3p1:FormTypeResponse>
</Collection>
<TotalCount>1</TotalCount>
</Result>
<Success>true</Success>
<UnAuthorizedRequest>true</UnAuthorizedRequest>
</RemoteResponseOfSummaryBaseOfFormTypeResponseal7jg1TliaxCqoUW>