Obtenir une liste des types de formulaires pour une organisation

Liste tous les types de formulaires où l'organisation possède au moins un formulaire. Cela peut également être filtré par états.

Votre clientId doit être autorisé à tous ces privilèges :
AccessPublicData

Path Params
string
required

The organization Slug

Query Params
states
array of objects

List of Form States to filter with. If none specified, it won't filter results.

Available values:

  • Public - The form is publicly visible and findable on search engines
  • Private - The form is visible only with the URL, you cannot find it on search engines
  • Draft - The form is not yet published but visible if you have admin rights
  • Disabled - The form is disabled and can be reenabled by changing state to public or private
List<FormState>
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

401

Unauthorized, you must add a valid JWT into Authorization Header with the format : Bearer TOKEN

403

The JWT token hasn't the privileges or Roles for this action

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json