A page of matching tasks.
import { searchTasks } from "@dvelop-sdk/task";
const task = await searchTasks({
systemBaseUri: "https://umbrella-corp.d-velop.cloud",
authSessionId: "dQw4w9WgXcQ"
}, {
pageSize: 10,
filter: {
subject: ["My subject"]
}
});
Search for tasks.
A page of matching tasks.
import { searchTasks } from "@dvelop-sdk/task";
const task = await searchTasks({
systemBaseUri: "https://umbrella-corp.d-velop.cloud",
authSessionId: "dQw4w9WgXcQ"
}, {
pageSize: 10,
filter: {
subject: ["My subject"]
}
});
Search for tasks.