Get Possible Tasks
This endpoint retrieves all possible tasks from the database.
AuthorizationBearer <token>
Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Response Body
curl -X GET "https://loading/PossibleTask/GetPossibleTasks"[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"description": "string",
"shortDescription": "string",
"points": 1,
"isActive": true,
"maxPerPeriod": 0
}
]Empty