Skip to main content

Get File Metadata by UUID

GET 

/code/api/v1/errors/files/:uuid

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Get the file metadata by UUID based on the customer's repository.

Request

Path Parameters

    uuid stringrequired

Query Parameters

    include string

Responses

Get errors in file

Schema
    data objectrequired
    commitId stringrequired
    creationDate stringrequired
    errorsCount double
    id stringrequired
    name stringrequired
    path stringrequired
    prId stringrequired
    repositoryId stringrequired
    type FileTypeEnum (string)required

    Possible values: [build.gradle, gradle.properties, build.gradle.kts, pom.xml, requirements.txt, package-lock.json, package.json, bower.json, go.sum, go.mod, tf, json, yml, yaml, template, .checkov.baseline, hcl, Dockerfile, gradle-wrapper.properties, METADATA, bicep, Pipfile.lock, Pipfile, yarn.lock, Gemfile, Gemfile.lock, gemspec, env, settings.py, main.py, application.py, config.py, app.js, config.js, dev.js, db.properties, application.properties, private.pem, privatekey.pem, index.php, config.php, config.xml, strings.xml, app.module.ts, environment.ts, tpl, tfvars, unknown, csproj, packages.config, Directory.Packages.props, paket.dependencies, paket.references, paket.lock, sln, config, composer.json, composer.lock]

    updatedDate stringrequired
Loading...