curl --request POST \
--url https://dev.api.formapulse.formafoot.fr/creation/tests/import-csv/v2 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--form 'filename=<string>' \
--form 'column_player=<string>' \
--form 'column_date=<string>' \
--form 'test_mappings={
"column_name": "<string>",
"test_type": "existing",
"exercice_id": 123,
"test_name": "<string>",
"type_mesure": "<string>",
"unite": "<string>"
}' \
--form 'player_mappings={}' \
--form 'rows={}' \
--form config_name= \
--form save_config=true{}Permissions : IsAuthenticated
Autorisations : IsPremium
curl --request POST \
--url https://dev.api.formapulse.formafoot.fr/creation/tests/import-csv/v2 \
--header 'Authorization: <api-key>' \
--header 'Content-Type: multipart/form-data' \
--form 'filename=<string>' \
--form 'column_player=<string>' \
--form 'column_date=<string>' \
--form 'test_mappings={
"column_name": "<string>",
"test_type": "existing",
"exercice_id": 123,
"test_name": "<string>",
"type_mesure": "<string>",
"unite": "<string>"
}' \
--form 'player_mappings={}' \
--form 'rows={}' \
--form config_name= \
--form save_config=true{}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.
Token JWT prefixe par 'JWT '. Exemple : Authorization: JWT eyJ0eXAiOi.... Token obtenu via POST /auth/jwt/create (djoser).
POST /tests/import-csv-v2
3002002001Show child attributes
1100Reponse de succes
The response is of type object.