curl --request POST \
--url https://apigw.bienport.com/api/enterprise/schedule/tasks/filter \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'OrganizationId: <organizationid>' \
--data '
{
"organizationIds": [
123
],
"pageNo": 1,
"pageSize": 10
}
'[
{
"totalRecord": 10,
"scheduleTaskList": [
{
"id": 123,
"notificationOptionId": 123,
"oprUserId": 123,
"organizationId": 123,
"selection": "<string>",
"status": 123,
"taskCreationDate": 123,
"taskData": "<string>",
"taskDate": "<string>",
"taskName": "<string>",
"taskOwner": "<string>",
"taskType": 123,
"userType": "<string>"
}
],
"scheduleTask": {
"id": 123,
"notificationOptionId": 123,
"oprUserId": 123,
"organizationId": 123,
"selection": "<string>",
"status": 123,
"taskCreationDate": 123,
"taskData": "<string>",
"taskDate": "<string>",
"taskName": "<string>",
"taskOwner": "<string>",
"taskType": 123,
"userType": "<string>"
},
"notificationOptions": {
"assignee": true,
"assigner": true,
"contacts": true,
"email": true,
"id": 123,
"pushMessage": true,
"sms": true,
"userId": 123
}
}
]curl --request POST \
--url https://apigw.bienport.com/api/enterprise/schedule/tasks/filter \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--header 'OrganizationId: <organizationid>' \
--data '
{
"organizationIds": [
123
],
"pageNo": 1,
"pageSize": 10
}
'[
{
"totalRecord": 10,
"scheduleTaskList": [
{
"id": 123,
"notificationOptionId": 123,
"oprUserId": 123,
"organizationId": 123,
"selection": "<string>",
"status": 123,
"taskCreationDate": 123,
"taskData": "<string>",
"taskDate": "<string>",
"taskName": "<string>",
"taskOwner": "<string>",
"taskType": 123,
"userType": "<string>"
}
],
"scheduleTask": {
"id": 123,
"notificationOptionId": 123,
"oprUserId": 123,
"organizationId": 123,
"selection": "<string>",
"status": 123,
"taskCreationDate": 123,
"taskData": "<string>",
"taskDate": "<string>",
"taskName": "<string>",
"taskOwner": "<string>",
"taskType": 123,
"userType": "<string>"
},
"notificationOptions": {
"assignee": true,
"assigner": true,
"contacts": true,
"email": true,
"id": 123,
"pushMessage": true,
"sms": true,
"userId": 123
}
}
]scheduleQueryRequest
List of scheduled tasks.
Total Record
10
Schedule Task List
Show child attributes
Show child attributes
Show child attributes