Interface QualityApiQualityListSettingsRequest

Request parameters for qualityListSettings operation in QualityApi.

QualityApiQualityListSettingsRequest

interface QualityApiQualityListSettingsRequest {
    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;].

QualityApiQualityListSettings

org?: string

Organization unique slug

QualityApiQualityListSettings

orgId?: number

Organization identifier

QualityApiQualityListSettings

page?: number

A page number within the paginated result set.

QualityApiQualityListSettings

pageSize?: number

Number of results to return per page.

QualityApiQualityListSettings

sort?: string

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

QualityApiQualityListSettings

taskId?: number

A simple equality filter for the task_id field

QualityApiQualityListSettings

xOrganization?: string

Organization unique slug

QualityApiQualityListSettings