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

array of strings | null

The zip codes where the forms are located

formZipCodes
array of strings | null

The cities where the forms are located

formCities
array of strings | null

The regions where the forms are located

formRegions
array of strings | null

The departments where the forms are located

formDepartments
array of strings | null

The countries where the forms are located

formCountries
array of strings | null

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

formTypes
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

array of strings | null

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

formInternalTags
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

array of strings | null

The categories of the forms

organizationCategories
array of strings | null

The organization types

organizationTypes
array of strings | null

The zip codes where the organizations are located

organizationZipCodes
array of strings | null

The cities where the organizations are located

organizationCities
array of strings | null

The regions where the organizations are located

organizationRegions
array of strings | null

The departments where the organizations are located

organizationDepartments
boolean | null

Allow only organization with a fiscal receipt eligibility

array of strings | null

Organization linked partners

organizationLinkedPartners
Responses

Response body
object
array of objects | null

Data property

data
object
string

Insert Delete

record
object

A basic form model

pagination
object

Pagination model class

int32

Page size

int32

Total number of results available

int32

Current page index

int32

Total number of pages of results with current page size

string | null

Continuation Token to get next results

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