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