Récupérer les formulaires

Permet de récupérer une liste de tous les formulaires visibles correspondant à tous les filtres de l'annuaire jusqu'à ce qu'il soit synchronisé (en utilisant le continuationToken). Si aucun filtre n'est spécifié, aucun filtre n'est appliqué. Les résultats sont classés par date de mise à jour de la visibilité API en ordre croissant. Une fois la liste synchronisée, seuls les formulaires avec une date de mise à jour de la visibilité API supérieure à la dernière forme envoyée sont retournés (toujours en utilisant le continuationToken). Cela concerne les nouveaux formulaires à insérer (souhaitant apparaître de l'annuaire) ainsi que les anciens à supprimer (ne souhaitant plus apparaître dans l'annuaire). Le nombre total de résultats (ou de pages) n'est pas récupérable, donc les informations de pagination retournées indiqueront toujours -1.

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

Query Params
int32
Defaults to 20

The number of items per page

string

Continuation Token from which we wish to retrieve results

Body Params

Body which contains the filters to apply

string | null

Textual search for form name

string | null

Textual search for form description

formZipCodes
array of strings | null

The zip codes where the forms are located

formZipCodes
formCities
array of strings | null

The cities where the forms are located

formCities
formRegions
array of strings | null

The regions where the forms are located

formRegions
formDepartments
array of strings | null

The departments where the forms are located

formDepartments
formCountries
array of strings | null

The countries where the forms are located

formCountries
formTypes
array of objects | null

The form types : CrowdFunding, Membership, Event, Donation, PaymentForm ...

formTypes
formActivityType
array of strings | null

The Activity Type of the form

formActivityType
date-time | null

The inclusive minimum publication date of the forms, format "yyyy-MM-ddTHH:mm:ss.fffK"

date-time | null

The exclusive maximum publication date of the forms, format "yyyy-MM-ddTHH:mm:ss.fffK"

date-time | null

The inclusive minimum start date of the forms, format "yyyy-MM-ddTHH:mm:ss.fffK"

date-time | null

The exclusive maximum start date of the forms, format "yyyy-MM-ddTHH:mm:ss.fffK"

date-time | null

The exclusive maximum end date of the forms, format "yyyy-MM-ddTHH:mm:ss.fffK"

date-time | null

The inclusive minimum end date of the forms, format "yyyy-MM-ddTHH:mm:ss.fffK"

boolean | null

Allow only free forms if true

boolean | null

Allow only forms with remaning entries if true

formInternalTags
array of strings | null

Allow only forms with internal tags this filter is for special operations only

formInternalTags
formPublicTags
array of strings | null

Allow only forms with public tags

formPublicTags
string | null

Textual search for organization name

string | null

Textual search for organization description

organizationCategories
array of strings | null

The categories of the forms

organizationCategories
organizationTypes
array of strings | null

The organization types

organizationTypes
organizationZipCodes
array of strings | null

The zip codes where the organizations are located

organizationZipCodes
organizationCities
array of strings | null

The cities where the organizations are located

organizationCities
organizationRegions
array of strings | null

The regions where the organizations are located

organizationRegions
organizationDepartments
array of strings | null

The departments where the organizations are located

organizationDepartments
boolean | null

Allow only organization with a fiscal receipt eligibility

organizationLinkedPartners
array of strings | null

Organization linked partners

organizationLinkedPartners
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