Skip to main content

height-app-api > GetTaskFormRequest

GetTaskFormRequest type

Signature:

export type GetTaskFormRequest = {
urlKey: string;
keyType?: 'key' | 'urlKey';
include?: Array<'RestrictedUsers' | 'RestrictedLists' | 'FieldTemplates' | 'SubtaskForms' | 'Questions' | 'Fields'>;
archived?: boolean;
draft?: boolean;
};