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