Get Possible Task
This endpoint retrieves a possible task by its ID.
AuthorizationBearer <token>
Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
TaskId?string
The ID of the task to be retrieved, which must not be empty.
Format
uuidResponse Body
curl -X GET "https://loading/PossibleTask/GetPossibleTask"{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"description": "string",
"shortDescription": "string",
"points": 1,
"isActive": true,
"maxPerPeriod": 0
}Empty
Empty
Empty
Empty