Interface QualityApiQualityListConflictsRequest

Request parameters for qualityListConflicts operation in QualityApi.

Export

QualityApiQualityListConflictsRequest

Hierarchy

  • QualityApiQualityListConflictsRequest

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;].

Memberof

QualityApiQualityListConflicts

frame?: number

A simple equality filter for the frame field

Memberof

QualityApiQualityListConflicts

jobId?: number

A simple equality filter for the job_id field

Memberof

QualityApiQualityListConflicts

org?: string

Organization unique slug

Memberof

QualityApiQualityListConflicts

orgId?: number

Organization identifier

Memberof

QualityApiQualityListConflicts

page?: number

A page number within the paginated result set.

Memberof

QualityApiQualityListConflicts

pageSize?: number

Number of results to return per page.

Memberof

QualityApiQualityListConflicts

reportId?: number

A simple equality filter for report id

Memberof

QualityApiQualityListConflicts

A simple equality filter for the severity field

Memberof

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;]

Memberof

QualityApiQualityListConflicts

taskId?: number

A simple equality filter for the task_id field

Memberof

QualityApiQualityListConflicts

A simple equality filter for the type field

Memberof

QualityApiQualityListConflicts

xOrganization?: string

Organization unique slug

Memberof

QualityApiQualityListConflicts

Generated using TypeDoc