List project policies
GET /api/v1/projects/{projectId}/policies Select code sample Fetch cURL
const url = 'https://localhost:10001/api/v1/projects/1/policies';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 \ --header 'Authorization:
'
List all policies applied to a specific project
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” projectId required integerProject ID
Responses
Section titled “ Responses ”200
Section titled “200 ”Project policies
Media type application/json Array