-
Notifications
You must be signed in to change notification settings - Fork 0
Formation API
Liam Boudadi edited this page Feb 5, 2025
·
19 revisions
GET / (gets all in-memory formation details)
None
http code content-type response 200json[{"id": .., "name": .., "description": ..}, ...]
curl --location 'http://localhost:8080/formation/formations' --header 'Authorization: Bearer {jwt}'
GET / (gets details about the formation requested)
name type data type description None required int formation id
http code content-type response 200json{"id": .., "name": .., "description": ..} 404N/A N/A
curl --location 'http://localhost:8080/formation/{id}' --header 'Authorization: Bearer {jwt}'