Type Alias WorkflowsChangelogQueryOptions
WorkflowsChangelogQueryOptions: Omit<PaginationQueryOptions, "order"> & { entity.sys.id: string; entity.sys.linkType: string; eventAt[gte]?: string; eventAt[lte]?: string; workflow.sys.id?: string; workflowDefinition.sys.id[in]?: string; } Type declaration
entity.sys.id: string
entity.sys.linkType: string
Optional
eventAt[gte]?: string
Optional
eventAt[lte]?: string
Optional
workflow.sys.id?: string
Optional
workflowDefinition.sys.id[in]?: string
Find workflows changelog entries containing the specified, comma-separated entities. Requires
sys.entity.sys.linkType