Optional
configuration: ConfigurationOptional
rqId: stringThe report creation request id. Can be specified to check the report creation status.
Optional
qualityReportCreateRequest: QualityReportCreateRequestOptional
options: AxiosRequestConfig<any> = {}Override http request option.
Creates a quality report asynchronously and allows to check request status
Optional
xOrganization: stringOrganization unique slug
Optional
filter: stringJSON 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: - {"and":[{"==":[{"var":"owner"},"<user>"]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: ['id', 'frame', 'type', 'job_id', 'task_id', 'severity'].
Optional
frame: numberA simple equality filter for the frame field
Optional
jobId: numberA simple equality filter for the job_id field
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
page: numberA page number within the paginated result set.
Optional
pageSize: numberNumber of results to return per page.
Optional
reportId: numberA simple equality filter for report id
Optional
severity: QualityListConflictsSeverityEnumA simple equality filter for the severity field
Optional
sort: stringWhich field to use when ordering the results. Available ordering_fields: ['id', 'frame', 'type', 'job_id', 'task_id', 'severity']
Optional
taskId: numberA simple equality filter for the task_id field
Optional
type: QualityListConflictsTypeEnumA simple equality filter for the type field
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method returns a paginated list of annotation conflicts
Optional
xOrganization: stringOrganization unique slug
Optional
filter: stringJSON 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: - {"and":[{"==":[{"var":"owner"},"<user>"]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: ['id', 'job_id', 'created_date', 'gt_last_updated', 'target_last_updated', 'parent_id'].
Optional
jobId: numberA simple equality filter for the job_id field
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
page: numberA page number within the paginated result set.
Optional
pageSize: numberNumber of results to return per page.
Optional
parentId: numberA simple equality filter for the parent_id field
Optional
sort: stringWhich field to use when ordering the results. Available ordering_fields: ['id', 'job_id', 'created_date', 'gt_last_updated', 'target_last_updated', 'parent_id']
Optional
target: stringA simple equality filter for target
Optional
taskId: numberA simple equality filter for task id
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method returns a paginated list of quality reports
Optional
xOrganization: stringOrganization unique slug
Optional
filter: stringJSON 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: - {"and":[{"==":[{"var":"owner"},"<user>"]}]} Details about the syntax used can be found at the link: https://jsonlogic.com/ Available filter_fields: ['id', 'task_id'].
Optional
org: stringOrganization unique slug
Optional
orgId: numberOrganization identifier
Optional
page: numberA page number within the paginated result set.
Optional
pageSize: numberNumber of results to return per page.
Optional
sort: stringWhich field to use when ordering the results. Available ordering_fields: ['id']
Optional
taskId: numberA simple equality filter for the task_id field
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method returns a paginated list of quality settings instances
An id of a quality settings instance
Optional
patchedQualitySettingsRequest: PatchedQualitySettingsRequestOptional
options: AxiosRequestConfig<any> = {}Override http request option.
Methods does a partial update of chosen fields in the quality settings instance
A unique integer value identifying this quality report.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method returns details of a quality report
A unique integer value identifying this quality report.
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Retrieve full contents of the report in JSON format
An id of a quality settings instance
Optional
options: AxiosRequestConfig<any> = {}Override http request option.
Method returns details of the quality settings instance
Generated using TypeDoc
QualityApi - axios parameter creator