Projects
This document uses the REST API. For more details, see the Authentication for API page.
List all Projects for an Org.
/orgs/{org_id}/projects
The ID of the org that the projects belong to.
Return projects that belong to the provided targets
Return projects that match the provided target reference
Return projects that match the provided target file
Return projects that match the provided target runtime
The collection count.
only
Return projects that match the provided IDs.
Return projects that match the provided names.
Return projects with names starting with the specified prefix.
Return projects that match the provided origins.
Return projects that match the provided types.
Expand relationships.
Include a summary count for the issues found in the most recent scan of this project
Include the total number of dependencies found in the most recent scan of this project
Filter projects uploaded and monitored before this date (encoded value)
2021-05-29T09:50:54.014Z
Filter projects uploaded and monitored after this date (encoded value)
2021-05-29T09:50:54.014Z
Return projects that match the provided importing user public ids.
Return projects that match all the provided tags
["key1:value1","key2:value2"]
Return projects that match all the provided business_criticality value
Return projects that match all the provided environment values
Return projects that match all the provided lifecycle values
Requested API version
2021-06-04
^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
Return the page of results immediately after this cursor
v1.eyJpZCI6IjEwMDAifQo=
Return the page of results immediately before this cursor
v1.eyJpZCI6IjExMDAifQo=
Number of results to return per page
10
Updates one project of the organization by project ID.
/orgs/{org_id}/projects/{project_id}
The ID of the Org the project belongs to.
The ID of the project to patch.
Requested API version
2021-06-04
^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
Expand relationships.
Get one project of the organization by project ID.
/orgs/{org_id}/projects/{project_id}
The ID of the org to which the project belongs to.
The ID of the project.
Expand relationships.
Include a summary count for the issues found in the most recent scan of this project
Include the total number of dependencies found in the most recent scan of this project
Requested API version
2021-06-04
^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
Delete one project in the organization by project ID.
/orgs/{org_id}/projects/{project_id}
The ID of the org to which the project belongs to.
The ID of the project.
Requested API version
2021-06-04
^(wip|work-in-progress|experimental|beta|((([0-9]{4})-([0-1][0-9]))-((3[01])|(0[1-9])|([12][0-9]))(~(wip|work-in-progress|experimental|beta))?))$
No body
Last updated
Was this helpful?