GET ./forms

Tags: simple-query, pagination

It is used to return the list with all to do forms.

GET parameters

NameValue TypeValidationDetails
fTypeIDintForm type (Survey or feedback)

Output example

{
"meta": {
"countTotal": "3",
"countData": "2",
"countOffset": "0"
},
"data": [
{
"fID": "476",
"fTypeID": "1",
"fTitle": "Formular dashbaord",
"fDescription": null,
"fAnonimousAnswer": "1",
"fInsertDate": "2024-03-14 16:00:49",
"fEndDate": "2024-07-31",
"frID": "10630",
"frProgress": "24", // the average of all fillers
"frDueDate": "2024-03-28 23:59:59",
"frpAvgProgress": "2024-03-28 23:59:59" // my progress
},
{
"fID": "475",
"fTypeID": "1",
"fTitle": "Vacanta de vara",
"fDescription": null,
"fAnonimousAnswer": "0",
"fInsertDate": "2024-03-14 11:21:05",
"fEndDate": "2024-07-31",
"frID": "10629",
"frProgress": "0.24",
"frDueDate": "2024-03-28 23:59:59",
"frpAvgProgress": "2024-03-28 23:59:59"
}
]
}