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

    Find workflows changelog entries containing the specified, comma-separated entities. Requires sys.entity.sys.linkType

  • entity.sys.linkType: string

    Find workflows changelog entries filtered by the Entity type (Entry)

  • OptionaleventAt[gte]?: string
  • OptionaleventAt[lte]?: string
  • Optionalworkflow.sys.id?: string

    workflow.sys.id is optional so all past workflows can be found

  • OptionalworkflowDefinition.sys.id[in]?: string