GET api/Form/List
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Form| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Title | string |
None. |
|
| Description | string |
None. |
|
| CreateAt | string |
None. |
|
| UpdateAt | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "a33fe60e-ce69-424d-8d56-261cdcb12830",
"Title": null,
"Description": null,
"CreateAt": "2026-02-04T02:13:43.691Z",
"UpdateAt": "2026-02-04T02:13:43.691Z"
},
{
"Id": "a33fe60e-ce69-424d-8d56-261cdcb12830",
"Title": null,
"Description": null,
"CreateAt": "2026-02-04T02:13:43.691Z",
"UpdateAt": "2026-02-04T02:13:43.691Z"
}
]
application/xml, text/xml
Sample:
<ArrayOfForm xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Phlozone.Api.ViewModels"> <Form /> <Form /> </ArrayOfForm>