Make ajax call to get the published status of page : Touch ui
- when i click on delete button on selcted page from sites console,i want the published status of the page.
- i found the below js file which calls when the delete click happens on selected page.
/libs/cq/gui/components/common/wcm/clientlibs/wcm/js/delete.js
Can we know how to make a ajax call from js to wcm/cmd servelt to get the properties of the page ?

Please refer below js file how they did for dam console :
/libs/dam/gui/coral/components/admin/clientlibs/actions/js/delete.js