Interface ConsensusApiConsensusListSettingsRequest

Request parameters for consensusListSettings operation in ConsensusApi.

ConsensusApiConsensusListSettingsRequest

interface ConsensusApiConsensusListSettingsRequest {
    filter?: string;
    org?: string;
    orgId?: number;
    page?: number;
    pageSize?: number;
    sort?: string;
    taskId?: number;
    xOrganization?: string;
}

Properties

filter?: string

JSON Logic filter. This filter can be used to perform complex filtering by grouping rules. For example, using such a filter you can get all resources created by you: - {&quot;and&quot;:[{&quot;==&quot;:[{&quot;var&quot;:&quot;owner&quot;},&quot;<user>&quot;]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: [&#39;id&#39;, &#39;task_id&#39;].

ConsensusApiConsensusListSettings

org?: string

Organization unique slug

ConsensusApiConsensusListSettings

orgId?: number

Organization identifier

ConsensusApiConsensusListSettings

page?: number

A page number within the paginated result set.

ConsensusApiConsensusListSettings

pageSize?: number

Number of results to return per page.

ConsensusApiConsensusListSettings

sort?: string

Which field to use when ordering the results. Available ordering_fields: [&#39;id&#39;]

ConsensusApiConsensusListSettings

taskId?: number

A simple equality filter for the task_id field

ConsensusApiConsensusListSettings

xOrganization?: string

Organization unique slug

ConsensusApiConsensusListSettings