Get Submitted Task
This endpoint retrieves a submitted task by its ID.
GET
/SubmittedTask/GetSubmittedTaskAuthorization
AuthorizationRequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
TaskIdstringThe ID of the submitted task to retrieve.
Format:
"uuid"Returns the submitted task with its details if found.