Function listSchemas
- listSchemas(
options?: { includeDeleted?: boolean; includeInvalidTags?: boolean },
): Promise<
{ id: number; tag: string; title: string; userManagement: boolean }[],
>Parameters
Optionaloptions: { includeDeleted?: boolean; includeInvalidTags?: boolean }
Returns Promise<{ id: number; tag: string; title: string; userManagement: boolean }[]>
List of schemas
Get a list of WRD schemas