PROD

Este serviço retorna os detalhes de uma página.

Informações do recurso
AutenticaçãoObrigatória (Token de API, Bearer)
Scopeexpress-base
Método HTTPGET
RespostaJSON
Versão1

URL do recurso

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

Código de exemplo

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 {access_token}

Resposta

Um documento JSON com a lista de menus do site. O menu é gerado pelas páginas configuradas pelo cliente.

ObjetoCampoTipoObrigatórioDescrição
ResponsepagePageyesO objeto Page
PagepageIdintyesO ID da página
keywordsstringnoPalavras-chave configuradas pelo cliente
showInMenubooleanyesA decisão do cliente de exibir ou não este item como entrada de menu
descriptionstringyesA descrição da página
titlestringyesO título da página
urlstringyesURL amigável para SEO que pode ser usada para criar um link para a página
timestampstringyesTimestamp ISO 8601 da última modificação da página
menustringnoDescrição do menu se este item estiver presente nele
orderintyesA ordem definida pelo cliente. Se nenhuma ordem foi definida, será exibido um 0

Resposta de exemplo

{
    "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
    }
}