Get governance actions for entity
GET
/entities/{id}/governance/actions
const url = 'https://shoehorn.example.com/api/v1/entities/example/governance/actions';const options = {method: 'GET'};
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://shoehorn.example.com/api/v1/entities/example/governance/actionsParameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
string
Responses
Section titled “ Responses ”Governance actions targeting this entity