GET api/Form/List
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FormName | 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": "d3266de0-1675-4086-a4db-2d74c19695d4", "Title": null, "Description": null, "CreateAt": "2025-01-11T01:06:23.318Z", "UpdateAt": "2025-01-11T01:06:23.318Z" }, { "Id": "d3266de0-1675-4086-a4db-2d74c19695d4", "Title": null, "Description": null, "CreateAt": "2025-01-11T01:06:23.318Z", "UpdateAt": "2025-01-11T01:06:23.318Z" } ]
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>