Passer au contenu principal
POST
/
creation
/
modelisation
/
stats-periodes-preview
POST StatsPeriodesPreviewView
curl --request POST \
  --url https://dev.api.formapulse.formafoot.fr/creation/modelisation/stats-periodes-preview \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form 'period_ids=<string>' \
  --form 'periodes_info={
  "period_id": "<string>",
  "period_name": "<string>",
  "duration_seconds": 123
}' \
  --form activite_gps_id=123
{}

Documentation Index

Fetch the complete documentation index at: https://formapulse.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Autorisations

Authorization
string
header
requis

Token JWT prefixe par 'JWT '. Exemple : Authorization: JWT eyJ0eXAiOi.... Token obtenu via POST /auth/jwt/create (djoser).

Corps

multipart/form-data

POST /createur/modelisation/stats-periodes-preview

period_ids
string[]
requis
Minimum array length: 1
periodes_info
PeriodeInfoInput · object[]
requis
activite_gps_id
integer | null

Réponse

Reponse de succes

The response is of type object.