Obtenir les formulaires d'une organisation

Liste tous les formulaires correspondant aux états et types. Si aucun filtre n'est spécifié, aucun filtre n'est appliqué. Les résultats sont classés par date de création en ordre décroissant.

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

Path Params
string
required

The organization Slug

Query Params
states
array of objects

States to filter

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>
formTypes
array of objects

Types to filter

List<FormType>
int32
Defaults to 1

The page of results to retrieve

int32
Defaults to 20

The number of items per page

string

Continuation Token from which we wish to retrieve results

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
Response
Click Try It! to start a request and see the response here! Or choose an example:
text/plain
application/json
text/json