PRODUCTION

This service will return the details of a page

Resource information
AuthenticationRequired
HTTP MethodGET
ResponseJSON
Version1

Resource URL

https://mapaprop.app/api/action/express-v1/pages/{url}

Sample code

GET /api/action/express-v1/pages/some-url HTTP/1.1
Host: mapaprop.app
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.

ObjectFieldTypeRequiredDescription
ResponsepagePageyesThe Page object
PagepageIdintyesThe ID of the page
keywordsstringnoKeywords configured by the customer
showInMenubooleanyesThe customer decision to show this item as an item menu or not
descriptionstringyesThe description of the page
titlestringyesThe title of the page
urlstringyesSEO like url that can be used to link the page
timestampstringyesISO 8601 like for last modification of the page
menustringnoA menu description if this item is present in the menu
orderintyesThe order given by the customer. If no order were given you will see a 0

Sample response

{
    "page": {
        "keywords": "Turismo Buenos aires",
        "showInMenu": true,
        "description": "Turismo Buenos aires - This is a longer description",
        "html": "<span class=\"fbPhotoCaptionText\">turismo Buenos aires<br> <a href=\"http://www.bue.gov.ar/\" rel=\"nofollow nofollow\" target=\"_blank\">www.bue.gov.ar</a><br> <br> info clima Buenos Aires<br> <a href=\"http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.infoclima.com%2F&h=SAQGRmTNN&s=1\" rel=\"nofollow nofollow\" target=\"_blank\">www.infoclima.com</a><br> <br> linea de asistencia al turista<br> lu a do de 9 a 20hs.<br> 08009992838<br> <br> comisaria del turista<br> te.o8oo9995000 43465748<br> <br> TBA<br> Trenes de Buenos Aires<br> <a href=\"http://www.tbanet.com.ar/\" rel=\"nofollow nofollow\" target=\"_blank\">www.tbanet.com.ar</a><br> <br> TEBASA<br> Teminal de BUS de retiro<br> <a href=\"http://www.tebasa.com.ar/\" rel=\"nofollow nofollow\" target=\"_blank\">www.tebasa.com.ar</a><br> <br> subte<br> <a href=\"http://l.facebook.com/l.php?u=http%3A%2F%2Fwww.subte.com.ar%2F&h=CAQG08vki&s=1\" rel=\"nofollow nofollow\" target=\"_blank\">www.subte.com.ar</a><br> <br> Bicisendas Buenos Aires<br> Moverse en Buenos Aires<br> <a href=\"http://www.buenosaires.com.ar/\" rel=\"nofollow nofollow\" target=\"_blank\">www.buenosaires.com.ar</a></span>",
        "pageId": 2547,
        "title": "Info Baires",
        "menu": "Info Baires",
        "url": "info-baires",
        "timestamp": "2014-09-14T04:47:52Z",
        "order": 5
    }
}