Get Active Possible Tasks

This endpoint retrieves all active possible tasks from the database.

GET
/PossibleTask/GetActivePossibleTasks
AuthorizationBearer <token>

Authorization header using the Bearer scheme. Example: "Bearer {token}"

In: header

Response Body

curl -X GET "https://loading/PossibleTask/GetActivePossibleTasks"
[
  {
    "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
    "description": "string",
    "shortDescription": "string",
    "points": 1,
    "isActive": true,
    "maxPerPeriod": 0
  }
]
Empty
Empty
Empty
Empty