get http://{{formsmanagementsystemurl}}/v1/external/forms
Returns all forms, filtered by query parameters.
Authentication
The request must supply valid API key headers:
- X-APP-ID
- X-API-KEY
As of July 2023, the following header is expected by new clients:
- X-CLIENT-ID
Response
Field | Type | Nullable | Description |
---|---|---|---|
id | string | N | Form ID. |
title | string | N | Form title. |
description | string | Y | Form description (if present). |
publishFrom | string | N | ISO 8601 datetime of when the form was published. |
publishTo | string | Y | ISO 8601 datetime of when the form is publish till. If null, the form never expires. |