Get Rejected Tasks
This endpoint retrieves all rejected tasks from the database.
GET
/SubmittedTask/GetRejectedTasks
Authorization
Authorization
RequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
page
integerThe page number to retrieve.
Format:
"int32"
pageSize
integerThe number of items to retrieve per page. This parameter is optional and defaults to 5.
Default:
5
Format: "int32"
committee
stringThe name of the committee to filter the tasks by. This parameter is optional.
Returns a list of rejected tasks.