List baseline project policies
GET
/api/v1/projects/{projectId}/policies/baseline
const
url
=
'
https://localhost:10001/api/v1/projects/1/policies/baseline
'
;
const
options
= {method:
'
GET
'
, headers: {Authorization:
'
'
}}
;
try
{
const
response
= await
fetch
(url
,
options);
const
data
= await
response
.
json
();
console
.
log
(data);
}
catch
(error) {
console
.
error
(error);
}
curl
--request
GET
\
--url
https://localhost:10001/api/v1/projects/1/policies/baseline
\
--header
'
Authorization:
'
List all baseline policies applied to a specific project
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”
projectId
required
integer
Project ID
Responses
Section titled “ Responses ”Baseline project policies
Media type
application/json
Array