You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement a button on the "admin->registrations" list calling this resource:
GET /api/event/{eventId}/getShirtSizes
This returns something like:
[{"size":"XS","number":5},{"size":"S","number":10},{"size":"M","number":38},{"size":"L","number":28},{"size":"XL","number":18},{"size":"XXL","number":17}]
The text was updated successfully, but these errors were encountered:
Implement a button on the "admin->registrations" list calling this resource:
GET /api/event/{eventId}/getShirtSizes
This returns something like:
[{"size":"XS","number":5},{"size":"S","number":10},{"size":"M","number":38},{"size":"L","number":28},{"size":"XL","number":18},{"size":"XXL","number":17}]
The text was updated successfully, but these errors were encountered: