ALPHA

This service will return the details of a static page

Resource information
Authentication Required
HTTP Method GET
Response JSON
Version 1

Resource URL

<https://www.mapapropapp.com/api/action/express-v1/pages/{url}>

Sample code

GET /api/action/express-v1/pages/static/home HTTP/1.1
Host: www.mapapropapp.com
Content-Type: application/x-www-form-urlencoded
Content-Length: 0
Authorization: Bearer ya29.1.AADtN_UxybTdjLw9jX6lg_branSjjsldiwjtek4q2WvfETzSrz7Q6loEYoJEWd1x4qvlpGw

Response

A JSON document with the list of menus for the website. The menu is generated by the pages configured by the customer.

Object Field Type Required Description
Response page Page yes The Page object
Page keywords string no Keywords configured by the customer
description string yes The description of the page

Sample response

{
    "page": {
        "keywords": "word1 word2 another word",
        "description": "This is a long description that can go thru manuy lines",
    }
}