cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/disciplines/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "7b3e9c14-a2d8-4f61-b0a5-6c8d1e2f39b7", "name": "Software Engineering", "isActive": true, "createdAt": "2025-03-15T14:22:31.840Z" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The discipline uuid.
uuid
200
The unique identifier for the object.
The name of the discipline.
Whether the discipline is active.
The timestamp when the object was created.