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