Get entities summary statistics
GET
/entities/summary
const url = 'https://shoehorn.example.com/api/v1/entities/summary';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/summaryResponses
Section titled “ Responses ”Summary counts by type, lifecycle, tier