Get Submitted Tasks
This endpoint retrieves all submitted tasks from the database.
GET
/SubmittedTask/GetSubmittedTasks
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 tasks to retrieve per page. This parameter is optional and will be defaulted to 50.
Default:
50
Format: "int32"
committee
stringThe name of the committee to filter the tasks by. This parameter is optional.
Returns a list of submitted tasks.