Confluence : send API rest GET/POST/PUT requests in Json format – PHP
1. Finding a Page By Title and Space Key* curl -u admin:admin -X GET “http://localhost:8080/confluence/rest/api/content?title=myPage%20Title&spaceKey=TST&expand=history” | python -mjson.tool PHP : […]