v1

latestOpenAPI 3.0.22026-07-146168117.0 KB
Spaces

This endpoint returns a list of forms for a space that are accessible by the authorized user. Please note that this feature is exclusively available as part of the Business API.

get/spaces/{id}/forms

Path parameters

idstring required

The ID of the space to get results for.

Response

Successfully returned forms for a space

status'ok'

Example response

{
  "results": {
    "forms": [
      {
        "key": "3jbh8",
        "required": true,
        "type": "text"
      }
    ]
  }
}