Skip to main content
Version: 8.9

Type Alias: SearchUserTaskEffectiveVariablesData

type SearchUserTaskEffectiveVariablesData = object;

Properties

body?

optional body?: object;

User task effective variable search query request. Uses offset-based pagination only.

filter?

optional filter?: UserTaskVariableFilter;

The user task variable search filters.

page?

optional page?: OffsetPagination;

Pagination parameters.

sort?

optional sort?: object[];

Sort field criteria.


path

path: object;

userTaskKey

userTaskKey: UserTaskKey;

The key of the user task.


query?

optional query?: object;

truncateValues?

optional truncateValues?: boolean;

When true (default), long variable values in the response are truncated. When false, full variable values are returned.


url

url: "/user-tasks/{userTaskKey}/effective-variables/search";