Get Pending Tasks
This endpoint retrieves all pending tasks from the database.
GET
/SubmittedTask/GetPendingTasks
Authorization
Authorization
RequiredBearer <token>Authorization header using the Bearer scheme. Example: "Bearer {token}"
In: header
Query Parameters
page
integerThe page number to retrieve.
Default:
1
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 pending tasks.