interface ListOrganizationTasksOptions {
    assigneeIds?: string;
    createdAtFrom?: string;
    createdAtTo?: string;
    creatorIds?: string;
    deadlineFrom?: string;
    deadlineTo?: string;
    groupIds?: string;
    limit?: number;
    offset?: number;
    orderBy?: string;
    projectIds?: string;
    sourceLanguageIds?: string;
    status?: string;
    targetLanguageIds?: string;
    type?: string;
}

Hierarchy (view full)

Properties

assigneeIds?: string
createdAtFrom?: string
createdAtTo?: string
creatorIds?: string
deadlineFrom?: string
deadlineTo?: string
groupIds?: string
limit?: number
offset?: number
orderBy?: string
projectIds?: string
sourceLanguageIds?: string
status?: string
targetLanguageIds?: string
type?: string