Skip to content

Commit

Permalink
GITBOOK-7343: Index and IaC issue reports, Get list of latest issues …
Browse files Browse the repository at this point in the history
…update
  • Loading branch information
awileysnyk authored and gitbook-bot committed Jun 17, 2024
1 parent 1bbfa05 commit f2eede6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Use the **Export button to export issues** as a CSV file in the same format as y

## API access to IaC issues

You can access the full list of issues via the API using the API v1 [latest issues endpoint](https://snyk.docs.apiary.io/#reference/reporting-api/latest-issues/get-list-of-latest-issues?console=1).
You can see the full list of issues by using the V1 API [Get list of atest issues ](https://snyk.docs.apiary.io/#reference/reporting-api/latest-issues/get-list-of-latest-issues?console=1)endpoint.

To retrieve only your Infrastructure as Code issues, submit a body payload:

Expand Down
2 changes: 1 addition & 1 deletion docs/snyk-api/api-endpoints-index-and-notes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -694,7 +694,7 @@ By using the Snyk API v1 endpoint [Applying attributes](https://snyk.docs.apiary

To list all projects that have a vulnerability linked to a CVE use the capability to filter on strings with the [Get list of latest issues](https://snyk.docs.apiary.io/#reference/reporting-api/latest-issues/get-list-of-latest-issues) and [Get List of issues](https://snyk.docs.apiary.io/#reference/reporting-api/issues/get-list-of-issues) reporting endpoints. Filter by the identifier attribute.

To get a list of issues that have been fixed: Use [Get list of latest issues](https://snyk.docs.apiary.io/#reference/reporting-api/latest-issues/get-list-of-latest-issues) and filter by `“isFixed”: true` in the request body.
To get a list of issues that have been fixed: Use [Get list of latest issues](https://snyk.docs.apiary.io/#reference/reporting-api/latest-issues/get-list-of-latest-issues) and filter by `“isFixed”: true` in the request body. This endpoint also provides a [list of all IaC issues](../../scan-with-snyk/snyk-iac/view-snyk-iac-issue-reports.md#api-access-to-iac-issues).

[Migrated Get list of latest issues](https://snyk.docs.apiary.io/#reference/reporting-api/latest-issues/get-list-of-latest-issues)

Expand Down

0 comments on commit f2eede6

Please sign in to comment.