Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 4.47 KB

File metadata and controls

15 lines (12 loc) · 4.47 KB

WorkflowControllerSearchWorkflowsRequest

Fields

Field Type Required Description Example
Limit double Number of items to return per page 10
Offset double Number of items to skip before starting to return results 0
OrderDirection DirectionEnum Direction of sorting
OrderBy WorkflowResponseDtoSortField Field to sort the results by
Query string Search query to filter workflows
Tags List<string> Filter workflows by tags
Status List<WorkflowStatusEnum> Filter workflows by status
IdempotencyKey string A header for idempotency purposes