tridion-sites-extensions-api-docs

Home > @tridion-sites/extensions > PublishTransactionsQueryProps

PublishTransactionsQueryProps interface

Signature:

export interface PublishTransactionsQueryProps

Properties

Property Modifiers Type Description
endDate?   Date (Optional) Option to filter transactions prior to specified date.
priority?   PublishPriority (Optional) Option to filter transactions with specific priority.
publicationId?   TcmUri (Optional) Option to filter transactions for specific publication.
startDate?   Date (Optional) Option to filter transactions following specified date.
state?   PublishTransactionState (Optional) Option to filter transactions based ot it’s state.
targetTypeId?   TcmUri (Optional) Option to filter transactions for specific Target Type.
userId?   TcmUri (Optional) Option to filter transaction created by specific User.