Hi 
Not like any other array in JSON, the values array does not have key - value structure. Instead, it is like values: (array) 0: <no key> only values. When I run ONE Desktop Plan, I am only getting blank rows. Please help Thanks.


Hi 
Not like any other array in JSON, the values array does not have key - value structure. Instead, it is like values: (array) 0: <no key> only values. When I run ONE Desktop Plan, I am only getting blank rows. Please help Thanks.


Hello 
can you please provide the graphql query that you are trying to parse? The invalid samples are stored in Minio, so AFAIK they are not available under API call (but I’ve never tried). This will give you only samples. To get full invalid results, you need to use the post-processing plan/post-processing transformation.
Kind regards,
Anna
Yes 
Here is the graphql:
query ProjectInvalidSamples($processingId: GID!, $resultItemFilter: [Filter!], $page: Int!, $pageSize: Int!, $rules: [GID!]!, $aggregations: [GID!]!, $dqFilters: [values!]) {
  monitoringProjectProcessing(gid: $processingId) {
    publishedVersion {
      items(filter: $resultItemFilter) {
        edges {
          node {
            __typename
            storedVersion {
              dqResult {
                storedVersion {
                  dqResult {
                    storedVersion {
                      drillthrough(
                        page: $page
                        pageSize: $pageSize
                        
                        rules: $rules
                        aggregations: $aggregations
                        filter: $dqFilters
                      ) {
                        totalCount
                        headers {
                          attributeId
                          dataPolicy
                          __typename
                        }
                        rows {
                          values
                          recordId
                          invalidRuleInstances {
                            
                            ruleInstanceId
                            explanation
                            __typename
                          }
                          __typename
                        }
                        __typename
                      }
                      __typename
                    }
                    __typename
                  }
                  __typename
                }
                __typename
              }
              __typename
            }
            __typename
          }
          __typename
        }
        __typename
      }
      __typename
    }
    __typename
  }
}
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.