Get Approved Tasks
This endpoint retrieves all approved tasks from the database.
GET
/SubmittedTask/GetApprovedTasks
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 approved tasks.