Build API endpoint to list worker configurations
Depends #868 (closed).
We need a new endpoint ListWorkerConfiguration
on /api/v1/worker/<id>/configurations
to list all available configurations for a given worker.
The endpoint must check that the user has at least read access on the worker.
The serializer must expose:
- ID
- configuration
- name
Results are ordered by name
Edited by Bastien Abadie