This service will return the details of a page
| Resource information | |
|---|---|
| Authentication | Required | 
| HTTP Method | GET | 
| Response | JSON | 
| Version | 1 | 
<https://mapaprop.app/api/action/express-v1/pages/{url}>
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
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 | pageId | int | yes | The ID of the page | 
| keywords | string | no | Keywords configured by the customer | |
| showInMenu | boolean | yes | The customer decision to show this item as an item menu or not | |
| description | string | yes | The description of the page | |
| title | string | yes | The title of the page | |
| url | string | yes | SEO like url that can be used to link the page | |
| timestamp | string | yes | ISO 8601 like for last modification of the page | |
| menu | string | no | A menu description if this item is present in the menu | |
| order | int | yes | The order given by the customer. If no order were given you will see a 0 | 
{
    "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
    }
}