16 lines
304 B
Markdown
16 lines
304 B
Markdown
# Registrations
|
|
|
|
GET /v1/events/{event_id}/registrations
|
|
|
|
Retourne les participants inscrits à un événement.
|
|
|
|
## Paramètres
|
|
|
|
| Paramètre | Description |
|
|
|-----------|-------------|
|
|
| updated_since | Date ISO pour récupérer les modifications |
|
|
|
|
## Exemple
|
|
|
|
```http
|
|
GET /v1/events/4501/registrations |