Get Possible Task
This endpoint retrieves a possible task by its ID.
GET
/PossibleTask/GetPossibleTask
Authorization
Authorization
RequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
TaskId
stringThe ID of the task to be retrieved, which must not be empty.
Format:
"uuid"
Returns the possible task with the specified ID.