cURL
curl --request GET \ --url https://www.ruddr.io/api/workspace/disciplines/{id} \ --header 'Authorization: Bearer <token>'
{ "id": "a3f8c2d1-7e04-4b9a-8c56-1d2e3f4a5b6c", "name": "Software Engineering", "isActive": true, "createdAt": "2024-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.