Pages
The pages that belong to the authenticated user.
Get pages
Query Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"count": 4,
"_embedded": {
"pages": [
{
"resource": "pages",
"id": "5SaEUOWD2b4dN7tJBKMB",
"userId": "8jFy8VbRPTfkM1658U2IrwvIV7R2",
"name": "Test 8",
"slug": "test8",
"validated": true,
"_links": {
"self": {
"href": "https://api.petje.af/pages/5SaEUOWD2b4dN7tJBKMB",
"type": "application/hal+json"
},
"plans": {
"href": "https://api.petje.af/pages/5SaEUOWD2b4dN7tJBKMB/plans",
"type": "application/hal+json"
},
"rewards": {
"href": "https://api.petje.af/pages/5SaEUOWD2b4dN7tJBKMB/rewards",
"type": "application/hal+json"
}
}
},
...
]
},
"_links": {
"self": {
"href": "https://api.petje.af/pages",
"type": "application/hal+json"
},
"next": null
}
}Get page detail
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated