Interface QualityApiQualityListConflictsRequest

Request parameters for qualityListConflicts operation in QualityApi.

QualityApiQualityListConflictsRequest

interface QualityApiQualityListConflictsRequest {
    filter?: string;
    frame?: number;
    jobId?: number;
    org?: string;
    orgId?: number;
    page?: number;
    pageSize?: number;
    reportId?: number;
    severity?: QualityListConflictsSeverityEnum;
    sort?: string;
    taskId?: number;
    type?: QualityListConflictsTypeEnum;
    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;frame&#39;, &#39;type&#39;, &#39;job_id&#39;, &#39;task_id&#39;, &#39;severity&#39;].

QualityApiQualityListConflicts

frame?: number

A simple equality filter for the frame field

QualityApiQualityListConflicts

jobId?: number

A simple equality filter for the job_id field

QualityApiQualityListConflicts

org?: string

Organization unique slug

QualityApiQualityListConflicts

orgId?: number

Organization identifier

QualityApiQualityListConflicts

page?: number

A page number within the paginated result set.

QualityApiQualityListConflicts

pageSize?: number

Number of results to return per page.

QualityApiQualityListConflicts

reportId?: number

A simple equality filter for report id

QualityApiQualityListConflicts

A simple equality filter for the severity field

QualityApiQualityListConflicts

sort?: string

Which field to use when ordering the results. Available ordering_fields: [&#39;id&#39;, &#39;frame&#39;, &#39;type&#39;, &#39;job_id&#39;, &#39;task_id&#39;, &#39;severity&#39;]

QualityApiQualityListConflicts

taskId?: number

A simple equality filter for the task_id field

QualityApiQualityListConflicts

A simple equality filter for the type field

QualityApiQualityListConflicts

xOrganization?: string

Organization unique slug

QualityApiQualityListConflicts