Skip to content

Get forms

This endpoint lets you retrieve all forms where you have editor access or higher.

GET https://api.interankiety.pl/v1/forms

  • page - Current page of forms default 1
  • page_size - Page size of payload max 100 default 25
{
"forms": [
{
"id": "formid1",
"name": "Form title 1"
"workspace": {
"href": "https://api.interankiety.pl/v1/workspaces/{id}"
}
},
{
"id": "formid2",
"name": "Form title 2"
"workspace": {
"href": "https://api.interankiety.pl/v1/workspaces/{id}"
}
}
],
"page": "1",
"page_size": "25"
}