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