GET https://api.siteleaf.com/v2/sites/:site_id/pages
[
{
"id": "5697cc7b16d5640c40000003",
"title": "My page",
"body": "Hello world",
"filename": "example/page.markdown",
"path": "example/page.markdown",
"basename": "page.markdown",
"directory": "example",
"defaults": {},
"metadata": {
"layout": "page"
},
"type": "page",
"date": "2015-10-31T23:50:00+00:00",
"sha": "3a974494793ed1daf4c94ce54d69fda71480e050",
"visibility": "visible",
"permalink": null,
"url": "/example/page/",
"site_id": "5697cc7b16d5640c40000002",
"user_id": "5697cc7b16d5640c40000000",
"created_at": "2015-12-18 17:00:23 +0000",
"updated_at": "2016-01-14 05:37:58 +0000"
}
]
POST https://api.siteleaf.com/v2/sites/:site_id/pages
{
"id": "5697cc7b16d5640c40000003",
"title": "My page",
"body": "Hello world",
"filename": "example/page.markdown",
"path": "example/page.markdown",
"basename": "page.markdown",
"directory": "example",
"defaults": {},
"metadata": {
"layout": "page"
},
"type": "page",
"date": "2015-10-31T23:50:00+00:00",
"sha": "3a974494793ed1daf4c94ce54d69fda71480e050",
"visibility": "visible",
"permalink": null,
"url": "/example/page/",
"site_id": "5697cc7b16d5640c40000002",
"user_id": "5697cc7b16d5640c40000000",
"created_at": "2015-12-18 17:00:23 +0000",
"updated_at": "2016-01-14 05:37:58 +0000"
}
GET https://api.siteleaf.com/v2/pages/:page_id
{
"id": "5697cc7b16d5640c40000003",
"title": "My page",
"body": "Hello world",
"filename": "example/page.markdown",
"path": "example/page.markdown",
"basename": "page.markdown",
"directory": "example",
"defaults": {},
"metadata": {
"layout": "page"
},
"type": "page",
"date": "2015-10-31T23:50:00+00:00",
"sha": "3a974494793ed1daf4c94ce54d69fda71480e050",
"visibility": "visible",
"permalink": null,
"url": "/example/page/",
"site_id": "5697cc7b16d5640c40000002",
"user_id": "5697cc7b16d5640c40000000",
"created_at": "2015-12-18 17:00:23 +0000",
"updated_at": "2016-01-14 05:37:58 +0000"
}
PUT https://api.siteleaf.com/v2/pages/:page_id
{
"id": "5697cc7b16d5640c40000003",
"title": "My page",
"body": "Hello world",
"filename": "example/page.markdown",
"path": "example/page.markdown",
"basename": "page.markdown",
"directory": "example",
"defaults": {},
"metadata": {
"layout": "page"
},
"type": "page",
"date": "2015-10-31T23:50:00+00:00",
"sha": "3a974494793ed1daf4c94ce54d69fda71480e050",
"visibility": "visible",
"permalink": null,
"url": "/example/page/",
"site_id": "5697cc7b16d5640c40000002",
"user_id": "5697cc7b16d5640c40000000",
"created_at": "2015-12-18 17:00:23 +0000",
"updated_at": "2016-01-14 05:37:58 +0000"
}
DELETE https://api.siteleaf.com/v2/pages/:page_id