Interface QualityApiQualityListReportsRequest

Request parameters for qualityListReports operation in QualityApi.

QualityApiQualityListReportsRequest

interface QualityApiQualityListReportsRequest {
    filter?: string;
    jobId?: number;
    org?: string;
    orgId?: number;
    page?: number;
    pageSize?: number;
    parentId?: number;
    sort?: string;
    target?: 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;job_id&#39;, &#39;created_date&#39;, &#39;gt_last_updated&#39;, &#39;target_last_updated&#39;, &#39;parent_id&#39;].

QualityApiQualityListReports

jobId?: number

A simple equality filter for the job_id field

QualityApiQualityListReports

org?: string

Organization unique slug

QualityApiQualityListReports

orgId?: number

Organization identifier

QualityApiQualityListReports

page?: number

A page number within the paginated result set.

QualityApiQualityListReports

pageSize?: number

Number of results to return per page.

QualityApiQualityListReports

parentId?: number

A simple equality filter for the parent_id field

QualityApiQualityListReports

sort?: string

Which field to use when ordering the results. Available ordering_fields: [&#39;id&#39;, &#39;job_id&#39;, &#39;created_date&#39;, &#39;gt_last_updated&#39;, &#39;target_last_updated&#39;, &#39;parent_id&#39;]

QualityApiQualityListReports

target?: string

A simple equality filter for target

QualityApiQualityListReports

taskId?: number

A simple equality filter for task id

QualityApiQualityListReports

xOrganization?: string

Organization unique slug

QualityApiQualityListReports

MMNEPVFCICPMFPCPTTAAATR